|
From: Benjamin C. <bc...@us...> - 2002-09-03 19:42:22
|
Update of /cvsroot/phpbt/phpbt/styles
In directory usw-pr-cvs1:/tmp/cvs-serv24927/styles
Modified Files:
default.css
Log Message:
Changes for new look
Index: default.css
===================================================================
RCS file: /cvsroot/phpbt/phpbt/styles/default.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- default.css 3 Apr 2002 18:18:03 -0000 1.1
+++ default.css 3 Sep 2002 19:42:19 -0000 1.2
@@ -108,9 +108,6 @@
font-family: "Arial", sans-serif;
font-size: 16px;
font-weight: bold;
- border-width: 0px 0px 3px 0px;
- border-color: #000000;
- border-style: solid;
}
.navinput {
@@ -213,3 +210,10 @@
.header-col { font-weight: bold; }
.center-col { text-align: center; }
+
+.navlink {
+ color: #FFFFFF;
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ font-weight: bold;
+}
|