Changeset 43
- Timestamp:
- 06/07/2013 03:48:02 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r42 r43 6 6 7 7 /* =WP.org global header & footer */ 8 #main, #content { 9 /* a second #content is sometimes printed outside of #main, like when doing blame */ 10 font-size: 14px; 11 } 8 12 #main { 9 font-size: 14px;10 13 clear: both; 11 14 } … … 67 70 padding-left: 0; 68 71 } 72 #content.error { 73 background: none; 74 border: 0; 75 } 69 76 70 77 /* We like the WP button styles, but they need to be a bit smaller sometimes */ … … 123 130 /* Everything should be 960px width, except for reports (too much tabular data for 960px) */ 124 131 #banner, #mainnav, #ctxtnav, #pagepath, #content, #footer, #altlinks, #main > h1 { 125 width: 960px;132 max-width: 960px; 126 133 margin: 0 auto; 127 134 } … … 511 518 border-radius: 3px; 512 519 } 520 .inlinebuttons input[type=button]:hover, 513 521 .inlinebuttons input[type=submit]:hover { 514 522 box-shadow: none; 523 text-shadow: none; 515 524 } 516 525 #mainnav { … … 552 561 box-shadow: none; 553 562 } 563 #notice.system-message, 564 #notice.system-message, 554 565 #warning.system-message, 555 566 .warning.system-message { 556 border-color: #333; 567 max-width: 946px; 568 padding-left: 7px; 569 padding-right: 7px; 570 margin-left: auto; 571 margin-right: auto; 572 background-color: #ffffe0; 573 border-color: #e6db55; 557 574 color: #333; 558 575 }
Note: See TracChangeset
for help on using the changeset viewer.