cvs: php-gtk-web / style.css

[email protected] ("Scott Mattocks") Mon, 10 Jul 2006 19:36:00 -0000
Newsgroups php.gtk.webmaster
Message-ID <cvsscottmattocks1152560160@cvsserver>
scottmattocks		Mon Jul 10 19:36:00 2006 UTC

  Modified files:              
    /php-gtk-web	style.css 
  Log:
  Attempt 2 at resizing the text with loose.dtd.
  
http://cvs.php.net/viewvc.cgi/php-gtk-web/style.css?r1=1.21&r2=1.22&diff_format=u
Index: php-gtk-web/style.css
diff -u php-gtk-web/style.css:1.21 php-gtk-web/style.css:1.22
--- php-gtk-web/style.css:1.21	Mon Jul 10 17:59:15 2006
+++ php-gtk-web/style.css	Mon Jul 10 19:36:00 2006
@@ -1,5 +1,5 @@
 /* 
- * $Id: style.css,v 1.21 2006/07/10 17:59:15 scottmattocks Exp $
+ * $Id: style.css,v 1.22 2006/07/10 19:36:00 scottmattocks Exp $
  */
 
 /* Let no border around the body appear, and set
@@ -9,7 +9,6 @@
     padding: 0px;
     background-color: #FFF;
 	color: #000;
-	font-size: 90%;
 }
 
 /* Font settings for page elements */
@@ -23,7 +22,7 @@
 
 /* Default font size for elements */
 body, ul, td, th {
-    font-size: 1em;
+    font-size: .95em;
 }
 
 li {