Update of /cvsroot/phpweather/web
In directory usw-pr-cvs1:/tmp/cvs-serv12168
Modified Files:
style.css
Log Message:
Making font smaller
Index: style.css
===================================================================
RCS file: /cvsroot/phpweather/web/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- style.css 18 Mar 2002 17:36:04 -0000 1.1
+++ style.css 28 Mar 2002 22:12:30 -0000 1.2
@@ -8,6 +8,7 @@
body {
background: white;
color: black;
+ font-size: 13px;
}
dt {
|