Changeset 6502
- Timestamp:
- Apr 10, 2008, 1:42:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/public_html/xhtml_style.php
r6493 r6502 1251 1251 margin-bottom: 4px; 1252 1252 } 1253 .searchFormBox dl.categories dl.category dt { 1254 margin: 0; 1255 background: url(<?php echo getSkin('colon'); ?>) no-repeat 100% 50%; 1256 } 1257 .searchFormBox dl.categories dl.category dt span { 1258 margin-left: 8px; 1253 .searchFormBox table.category th { 1254 width: 74px; 1255 padding: 3px 7px 3px 5px; 1256 border: none; 1257 background: url(<?php echo getSkin('colon'); ?>) no-repeat 100% 4px; 1259 1258 font-weight: bold; 1260 } 1261 .searchFormBox dl.categories dl.category dd { 1262 margin-bottom: 6px; 1263 } 1264 .searchFormBox dl.categories dl.category dd p { 1265 margin: 0 8px;1259 vertical-align: top; 1260 } 1261 .searchFormBox table.category td { 1262 padding: 3px 8px; 1263 border: none; 1264 vertical-align: top; 1266 1265 } 1267 1266
Note: See TracChangeset
for help on using the changeset viewer.