Ticket #24165: 24165.patch
File 24165.patch, 1.2 KB (added by , 12 years ago) |
---|
-
wordpress.org/public_html/style/trac/wp-trac.css
151 151 #trac-comment-editor textarea { 152 152 background: #fcfcfc; 153 153 } 154 #changelog h3, #ticketchange h3{155 line-height: 1.1;154 #changelog .comment, #ticketchange .comment { 155 margin: 0 0 2em 2em; 156 156 } 157 #changelog .changes, #ticketchange .changes { 158 margin: 0 0 2em 2em; 159 padding-top: 1em; 160 } 157 161 #properties .fullrow input { 158 162 width: 97.5%; 159 163 } … … 183 187 border-radius: 3px; 184 188 } 185 189 #changelog h3, #ticketchange h3 { 190 line-height: 1.1; 191 color: #888888; 192 font-size: 101%; 186 193 box-shadow: none; 187 194 } 188 195 /* =timeline.css */ … … 355 362 .inlinebuttons input[type=submit]:hover { 356 363 box-shadow: none; 357 364 } 365 .threading, #changelog .inlinebuttons { 366 margin: 0 1px; 367 } 358 368 #mainnav { 359 369 box-shadow: none; 360 370 } … … 429 439 /* Gravatars */ 430 440 span.avatar img { 431 441 float: left; 432 margin: 0 8px 0 -4px; 442 margin: 0 8px 0 -8px; 443 height: 30px; 444 width: 30px; 445 border-radius: 2px 2px 2px 2px; 433 446 } 434 447 img.avatar { float: left; 435 448 margin: 0 6px 0 -30px;