cvs: php-gtk-web / style.css
[email protected] ("Christian Weiske")
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvscweiske1145077036@cvsserver> |
cweiske Sat Apr 15 04:57:16 2006 UTC
Modified files:
/php-gtk-web style.css
Log:
Don't set <tt> to 80% of normal size
http://cvs.php.net/viewcvs.cgi/php-gtk-web/style.css?r1=1.18&r2=1.19&diff_format=u
Index: php-gtk-web/style.css
diff -u php-gtk-web/style.css:1.18 php-gtk-web/style.css:1.19
--- php-gtk-web/style.css:1.18 Thu Apr 13 17:06:39 2006
+++ php-gtk-web/style.css Sat Apr 15 04:57:16 2006
@@ -1,5 +1,5 @@
/*
- * $Id: style.css,v 1.18 2006/04/13 17:06:39 sfox Exp $
+ * $Id: style.css,v 1.19 2006/04/15 04:57:16 cweiske Exp $
*/
/* Let no border around the body appear, and set
@@ -66,7 +66,7 @@
text-decoration: none;
}
-pre, code, tt {
+pre, code {
font-size: 80%;
}