[homepage]: r2877 - in trunk/design6: default.css src/upper
Author: diego Date: Wed Apr 18 14:09:36 2007 New Revision: 2877 Modified: trunk/design6/default.css trunk/design6/src/upper Log: Move body attributes to the stylesheet, simplify stylesheet. Modified: trunk/design6/default.css ============================================================================== --- trunk/design6/default.css (original) +++ trunk/design6/default.css Wed Apr 18 14:09:36 2007 @@ -1,5 +1,5 @@ body { - background-position: left top; background-attachment: scroll; margin: 0px; background-repeat: repeat; background-color: #272621 + background: left top scroll repeat #272621 url(images/dg_bckg.jpg); margin: 0px; } img { Modified: trunk/design6/src/upper ============================================================================== --- trunk/design6/src/upper (original) +++ trunk/design6/src/upper Wed Apr 18 14:09:36 2007 @@ -9,7 +9,7 @@ <link rel="stylesheet" type="text/css" href="default.css" title="style"> </head> -<body bgcolor="#272621" background="images/dg_bckg.jpg"> +<body> <table width="100%" cellpadding="0" cellspacing="0" border="0">
participants (1)
-
diego