Changeset 17070 for branches/comu-ver2/html/user_data
- Timestamp:
- 2008/02/22 18:45:08 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/html/user_data/packages/default/css/main.css
r16708 r17070 220 220 div#categoryarea { 221 221 width: 144px; 222 padding: 010px;222 padding: 10px; 223 223 border: solid 1px #ccc; 224 224 background-color: #fff1e3; 225 225 } 226 226 227 div#categoryarea dl { 228 padding: 10px 0; 229 background: url("../img/side/line_146.gif") no-repeat bottom; 230 } 231 232 div#categoryarea dl.end { 233 padding: 10px 0; 234 background: url("") no-repeat bottom; 235 } 236 237 div#categoryarea dl dt { 227 div#categoryarea li { 238 228 padding: 0 0 0 20px; 229 background: url("../img/common/arrow_blue.gif") 0 3px no-repeat; 230 } 231 div#categoryarea li.onmark { 232 background: url("../img/common/arrow_red.gif") 0 3px no-repeat; 233 } 234 div#categoryarea li.level1 { 239 235 font-weight: bold; 240 background: url("../img/common/arrow_blue.gif") no-repeat; 241 } 242 243 div#categoryarea dl dt.onmark { 244 padding: 0 0 0 20px; 245 font-weight: bold; 246 background: url("../img/common/arrow_red.gif") no-repeat; 247 } 248 249 div#categoryarea dl dd { 250 padding: 0 0 0 20px; 236 } 237 div#categoryarea li.level1 li { 238 font-weight: normal; 239 } 240 div#categoryarea li a { 241 display: block; 242 padding: 3px 0; 251 243 } 252 244
Note: See TracChangeset
for help on using the changeset viewer.
