|
From: Ken T. <ke...@us...> - 2003-06-10 13:50:13
|
Update of /cvsroot/phpbt/phpbt/styles
In directory sc8-pr-cvs1:/tmp/cvs-serv10665/styles
Modified Files:
default.css
Log Message:
moved absolute background rules to css
suggested by Alessandro Pisani - alextxm at tin dotte it
Index: default.css
===================================================================
RCS file: /cvsroot/phpbt/phpbt/styles/default.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- default.css 3 Sep 2002 19:42:19 -0000 1.2
+++ default.css 10 Jun 2003 13:50:10 -0000 1.3
@@ -109,7 +109,19 @@
font-size: 16px;
font-weight: bold;
}
+
+.navtitlebar {
+ background: #99f;
+}
+
+.navborder {
+ background: #000;
+}
+.navbotspacer {
+ background: #fff;
+}
+
.navinput {
vertical-align: middle;
background: #ffffff;
|