Changeset 37

Show
Ignore:
Timestamp:
26/05/05 22:50:30 (4 years ago)
Author:
davea
Message:

updated to extend shadow around the whole container, and changed CSS url() paths to be relative

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • blog.css

    r32 r37  
    1313    padding: 0; 
    1414    margin: 0; 
     15    margin-top: 10px; 
    1516    text-align: center; 
    1617    font-family: sans-serif; 
     
    2627    padding: 0 5px; 
    2728    width: 748px; 
    28     background: transparent url(/~welshbyte/blog/blog/img/bg.png) 0 0 repeat-y; 
     29    background: transparent url(img/bg.png) 0 0 repeat-y; 
    2930    text-align: left; 
    3031} 
     
    3435    padding: 2em; 
    3536    background-color: #258; 
     37} 
     38 
     39#toptop, #botbot { 
     40    margin: 0 auto; 
     41    padding: 0px; 
     42    width: 758px; 
     43    height: 5px; 
     44    text-align: left; 
     45} 
     46 
     47#toptop { 
     48    background: transparent url(img/top.png) 0 0 no-repeat; 
     49} 
     50 
     51#botbot { 
     52    background: transparent url(img/bottom.png) 0 0 no-repeat; 
    3653} 
    3754 
  • index.php

    r36 r37  
    1818</head> 
    1919<body> 
     20<div id="toptop">&nbsp;</div> 
    2021<div id="container"> 
    2122    <div id="toppanel"> 
     
    5354    </div> 
    5455</div> 
     56<div id="botbot">&nbsp;</div> 
    5557</body> 
    5658</html>