Remove irrelevant CSS.
authorAnders Kaseorg <andersk@mit.edu>
Mon, 21 Apr 2008 22:04:13 +0000 (18:04 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Mon, 21 Apr 2008 22:04:13 +0000 (18:04 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=435

code/static/layout.css
code/static/style.css

index 459cc9f..1694de7 100644 (file)
@@ -24,16 +24,3 @@ body {
     border-radius: .4em;
     background: #fff;
 }
     border-radius: .4em;
     background: #fff;
 }
-
-/* Limit the <body /> width for readability. */
-body {
-    max-width: 60em;
-}
-
-/* Increase line heights for better screen readability. */
-p, li, dt, dd, address {
-    line-height: 1.5em;
-}
-pre {
-    line-height: 1.25em;
-}
index 91ca503..35bc5df 100644 (file)
@@ -11,10 +11,6 @@ html {
 body {
     font-family: Tahoma, Sans, sans-serif;
 }
 body {
     font-family: Tahoma, Sans, sans-serif;
 }
-h1, h2, h3, h4, h5, h6 {
-    font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif;
-    font-weight: bold;
-}
 pre, code, samp, kbd, tt {
     font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
     font-size: 100%;
 pre, code, samp, kbd, tt {
     font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
     font-size: 100%;