Changeset 7223
- Timestamp:
- May 15, 2008, 3:25:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/prj/xhtmlcss/markup/style.css
r6822 r7223 343 343 * カレンダー 344 344 *--------------------------------------------*/ 345 .calendar td, 346 .calendar td * { 347 word-break: normal; 348 letter-spacing: -1px; 349 } 345 350 .calendar .sun { 346 351 color: #d92c49; … … 640 645 padding: 5px; 641 646 } 642 .homeMainTable dl.articleList {647 .homeMainTable ul.articleList { 643 648 line-height: 1.3; 644 649 } 645 .homeMainTable dl.articleList dt { 646 clear: both; 647 float: left; 648 width: 4.3em; 649 padding-left: 13px; 650 background: url(./skin/default/img/icon_1.gif) 3px 50% no-repeat scroll; 651 } 652 .homeMainTable dl.articleList dd { 653 min-height: 1.3em; /* ddが空のとき領域確保 */ 654 margin-left: 5.3em; 655 padding-left: 18px; 656 background: url(./skin/default/img/articleList_marker.gif) 0 4px no-repeat scroll; 650 .homeMainTable ul.articleList li { 651 padding-left: 85px; 652 background: url(./skin/default/img/icon_1.gif) 3px 0.4em no-repeat scroll; 653 text-indent: -72px; 654 } 655 .homeMainTable ul.articleList li span.date { 656 padding-right: 18px; 657 background: url(./skin/default/img/articleList_marker.gif) 92% 0.3em no-repeat scroll; 657 658 } 658 659 .homeMainTable div.moreInfo ul.moreInfo {
Note: See TracChangeset
for help on using the changeset viewer.