[LinksOS CVS Commit]website style.css,1.1.1.1,1.2
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@us...> - 2002-12-27 22:13:19
|
Update of /cvsroot/linksos/website
In directory sc8-pr-cvs1:/tmp/cvs-serv25416
Modified Files:
style.css
Log Message:
Added bgcolor definition to body (bobertlo got grey bgcolor)
Index: style.css
===================================================================
RCS file: /cvsroot/linksos/website/style.css,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** style.css 22 Dec 2002 03:15:36 -0000 1.1.1.1
--- style.css 27 Dec 2002 22:13:13 -0000 1.2
***************
*** 1,4 ****
--- 1,5 ----
body {
margin: 5px 1px 1px 5px;
+ background: #ffffff;
}
|