[LinksOS CVS Commit]website style.css,1.2,1.3
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@us...> - 2002-12-28 19:50:45
|
Update of /cvsroot/linksos/website
In directory sc8-pr-cvs1:/tmp/cvs-serv12008
Modified Files:
style.css
Log Message:
Added black textinput style.
Index: style.css
===================================================================
RCS file: /cvsroot/linksos/website/style.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** style.css 27 Dec 2002 22:13:13 -0000 1.2
--- style.css 28 Dec 2002 19:50:39 -0000 1.3
***************
*** 25,26 ****
--- 25,30 ----
.textinput_login { font-family: Arial, Tahoma, Verdana, Helvetica, san-serif; font-size: 10px; background-color: #FFFFFF; background-image: none; height: auto; width: auto; border: 1px #0000CC solid; font-style: normal; line-height: normal; color: #000000; text-decoration: none; font-weight: normal }
+
+ .textinput {
+ font-family: Arial, Tahoma, Verdana; font-size: 10px; background-color: #ffffff; height: auto; width: auto; border: 1px #000000 solid; font-style: normal; line-height: normal; color: #000000; text-decoration: none; font-weight: normal;
+ }
|