Changeset 9991
- Timestamp:
- 11/30/2008 11:24:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/dashboard.css
r9964 r9991 90 90 padding: 0; 91 91 } 92 /* 93 #dashboard-widgets .heading { 94 font-size: 1em; 95 font-weight: normal; 96 font-style: italic; 97 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 98 } 99 */ 92 100 93 /* Right Now */ 101 94 … … 234 227 235 228 #the-comment-list .comment-item .avatar { 236 position: absolute;237 left: 0;229 float: left; 230 margin-left: -60px; 238 231 } 239 232 … … 244 237 color: #999; 245 238 } 246 /* 247 .comment-meta strong { 248 font-weight: normal; 249 } 250 */ 251 252 /*#the-comment-list .comment-item h4 strong*/ 239 253 240 #the-comment-list .comment-item h4 cite { 254 241 font-style: normal; 255 242 font-weight: normal; 256 243 } 257 /* 258 #the-comment-list .comment-item p.comment-author { 259 margin: 0.2em 0; 260 } 261 */ 244 262 245 #the-comment-list .comment-item blockquote, 263 246 #the-comment-list .comment-item blockquote p { … … 378 361 line-height: 1.7em; 379 362 } 380 /*381 #the-comment-list .comment-item h4 {382 line-height: 1.4;383 margin-top: -.2em;384 font-weight: normal;385 color: #999;386 }387 */388 363 389 364 .rss-widget ul li {
Note: See TracChangeset
for help on using the changeset viewer.