- Timestamp:
- 03/04/07 15:25:19 (21 months ago)
- Location:
- branches/website/site
- Files:
-
- 1 added
- 2 modified
-
images/contents_bottom.png (added)
-
index.css (modified) (2 diffs)
-
template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/website/site/index.css
r353 r358 3 3 font-family: verdana; 4 4 font-size: 13px;; 5 margin-bottom: 0px;5 margin-bottom: 10px; 6 6 text-align: center; 7 7 } … … 72 72 width: 603px; 73 73 background: #E5E5E5 url(images/contents_left.png) repeat-y; 74 padding-bottom: 5px;75 74 } 76 75 div#contents_top { 77 76 background-image: url(images/contents_top.png); 78 77 height: 24px; 78 } 79 div#contents_bottom { 80 background: white url(images/contents_bottom.png) no-repeat; 81 height: 20px; 79 82 } 80 83 -
branches/website/site/template.php
r348 r358 21 21 <?=$this->_getOutputBuffer()?> 22 22 </div> 23 <div id="contents_bottom"></div> 23 24 </div> 24 25 <div class="center">
