Changeset 7507
- Timestamp:
- May 29, 2008, 9:55:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.12.x/public_html/xhtml_style.php
r7504 r7507 89 89 vertical-align: text-bottom; 90 90 } 91 * html a img { 92 vertical-align: baseline; 93 } 91 94 br { 92 95 letter-spacing: 0; … … 151 154 p { 152 155 overflow: hidden; 153 }154 a:focus {155 margin-left: 1px;156 margin-right: -1px;157 156 } 158 157 strong { … … 2045 2044 } 2046 2045 .bizSideScheduleList dl { 2046 overflow: hidden; 2047 2047 border-top: 1px solid #<?php echo $colors[1]; ?>; 2048 2048 } … … 2069 2069 padding: 5px; 2070 2070 } 2071 .bizWeeklyCalendarTable .input_submit {2072 margin-right: 8px;2073 }2074 2071 .bizWeeklyCalendarTable .calendar td { 2075 2072 padding: 5px 0; … … 2088 2085 font-weight: bold; 2089 2086 } 2090 .bizWeeklyCalendarTable ul.moreInfo {2091 margin: 0 2px 0 auto;2092 width: 9em;2093 }2094 2087 .bizWeeklyCalendarTable .calendar th { 2095 width: 1 20px;2096 padding: 5px ;2088 width: 130px; 2089 padding: 5px 0; 2097 2090 text-align: center; 2098 2091 } … … 2105 2098 .bizWeeklyCalendarTable .calendar th .input_submit { 2106 2099 width: 120px; 2107 margin-right: 0px;2108 2100 } 2109 2101 .bizWeeklyCalendarTable .calendar th .nickname { … … 2115 2107 .bizWeeklyCalendarTable div.moreInfo { 2116 2108 padding-left: 135px; 2109 } 2110 .bizWeeklyCalendarTable div.moreInfo .input_submit { 2111 margin-right: 8px; 2117 2112 } 2118 2113 … … 2168 2163 *----------------------------------------------------------------------------*/ 2169 2164 .albumImageList td { 2170 width: 50%;2171 2165 padding: 5px; 2172 2166 text-align: center;
Note: See TracChangeset
for help on using the changeset viewer.