Changeset 19784


Ignore:
Timestamp:
2009-06-10T11:36:39+12:00 (15 years ago)
Author:
oranfry
Message:

fixing the repeating background problem, properly this time

Location:
gsdl/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/macros/style.dm

    r19128 r19784  
    7474_csslink_
    7575<style type="text/css">
    76 body.bgimage \{ background-image: url("_httpimages_/chalk.gif"); \}
     76body.bgimage \{ background: url("_httpimages_/chalk.gif") scroll repeat-y left top; \}
    7777div.navbar \{ background-image: url("_httpimages_/bg_green.png"); \}
    7878div.divbar \{ background-image: url("_httpimages_/bg_green.png"); \}
  • gsdl/trunk/web/style/style.css

    r19783 r19784  
    33body {
    44  background-color: #ffffff;
    5   background-repeat: repeat-y;
    65}
    76
Note: See TracChangeset for help on using the changeset viewer.