cvs: php-gtk-web / style.css

[email protected] ("Scott Mattocks") Mon, 10 Jul 2006 17:59:15 -0000
Newsgroups php.gtk.webmaster
Message-ID <cvsscottmattocks1152554355@cvsserver>
scottmattocks		Mon Jul 10 17:59:15 2006 UTC

  Modified files:              
    /php-gtk-web	style.css 
  Log:
  Change to ems to compensate for quirks mode/dtd craziness. This should approximate the display of the site before the addition of the dtd.
  
http://cvs.php.net/viewvc.cgi/php-gtk-web/style.css?r1=1.20&r2=1.21&diff_format=u
Index: php-gtk-web/style.css
diff -u php-gtk-web/style.css:1.20 php-gtk-web/style.css:1.21
--- php-gtk-web/style.css:1.20	Mon Jul 10 17:14:01 2006
+++ php-gtk-web/style.css	Mon Jul 10 17:59:15 2006
@@ -1,5 +1,5 @@
 /* 
- * $Id: style.css,v 1.20 2006/07/10 17:14:01 scottmattocks Exp $
+ * $Id: style.css,v 1.21 2006/07/10 17:59:15 scottmattocks Exp $
  */
 
 /* Let no border around the body appear, and set
@@ -9,6 +9,7 @@
     padding: 0px;
     background-color: #FFF;
 	color: #000;
+	font-size: 90%;
 }
 
 /* Font settings for page elements */
@@ -22,7 +23,7 @@
 
 /* Default font size for elements */
 body, ul, td, th {
-    font-size: 85%;
+    font-size: 1em;
 }
 
 li {
@@ -41,14 +42,14 @@
 }
 
 .newsDate {
-    font-size: 75%;
+    font-size: .75em;
     font-style: italic;
     color: #66C;
 	background-color: inherit;
 }
 
 .sidebar {
-	font-size: 80%;
+	font-size: .80em;
 	padding: 5px;
 }
 
@@ -57,21 +58,21 @@
 }
 
 a.menuWhite {
-    font-size: 75%;
+    font-size: .75em;
     color: #FFF;
     text-decoration: none;
 	background-color: inherit;
 }
 
 a.menuBlack {
-    font-size: 75%;
+    font-size: .75em;
     color: #000;
     text-decoration: none;
 	background-color: inherit;
 }
 
 pre, code {
-    font-size: 80%;
+    font-size: .80em;
 }
 
 pre.code {
@@ -85,11 +86,11 @@
     color: #006;
 	background-color: inherit;
 }
-h1 { font-size: 130%; }
-h2 { font-size: 125%; }
-h3, dt { font-size: 110%; }
+h1 { font-size: 1.30em; }
+h2 { font-size: 1.25em; }
+h3, dt { font-size: 1.10em; }
 h4 {
-    font-size: 90%;
+    font-size: .90em;
     padding-top: 0px;
     padding-bottom: 0px;
 }
@@ -99,11 +100,11 @@
 }
 
 small {
-    font-size: 75%;
+    font-size: .75em;
 }
 
 a.small {
-    font-size: 75%;
+    font-size: .75em;
     text-decoration: none;
 }
 
@@ -112,17 +113,17 @@
 }
 
 .tableExtras {
-    font-size: 85%;
+    font-size: .85em;
     color: #FFF;
 	background-color: inherit;
 }
 
 input.small, select.small {
-    font-size: 75%;
+    font-size: .75em;
 }
 
 textarea.small {
-    font-size: 75%;
+    font-size: .75em;
 }
 
 .programlisting {