Changeset 37
- Timestamp:
- 26/05/05 22:50:30 (4 years ago)
- Files:
-
- blog.css (modified) (3 diffs)
- img/bottom.png (added)
- img/top.png (added)
- index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
blog.css
r32 r37 13 13 padding: 0; 14 14 margin: 0; 15 margin-top: 10px; 15 16 text-align: center; 16 17 font-family: sans-serif; … … 26 27 padding: 0 5px; 27 28 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; 29 30 text-align: left; 30 31 } … … 34 35 padding: 2em; 35 36 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; 36 53 } 37 54 index.php
r36 r37 18 18 </head> 19 19 <body> 20 <div id="toptop"> </div> 20 21 <div id="container"> 21 22 <div id="toppanel"> … … 53 54 </div> 54 55 </div> 56 <div id="botbot"> </div> 55 57 </body> 56 58 </html>
