Making WordPress.org

Ticket #76: 76-meta.patch

File 76-meta.patch, 2.3 KB (added by kpdesign, 11 years ago)

Miscellaneous formatting fixes

  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css

     
    2323}
    2424
    2525li.type-handbook code {
    26     background: #eee;
     26        background: #eee;
    2727        text-shadow: 0 1px 0 #fff;
    2828        padding: 4px 6px;
    2929        -webkit-border-radius: 5px;
     
    3131}
    3232
    3333.handbook-page-title {
    34     font-size: 2em;
    35     padding-bottom: 4px;
    36     color: #777;
     34        font-size: 2em;
     35        padding-bottom: 4px;
     36        color: #777;
    3737}
     38
    3839li.type-handbook h2 {
    3940        font-size: 24px;
    4041        border-bottom: 1px solid #ddd;
     
    8384}
    8485
    8586html body {
    86         line-height:normal;
    87         background:white;
     87        line-height: normal;
     88        background: white;
    8889}
    8990
    9091html #wporg-header {
    91         width:auto;
    92         min-height:0;
     92        width: auto;
     93        min-height: 0;
    9394}
    9495
    9596#wporg-header h1 {
    96         display:inline;
    97         padding:0;
     97        display: inline;
     98        padding: 0;
    9899}
    99100
    100101#header2 {
     
    108109}
    109110
    110111.single #main .controls {
    111         position:relative;
     112        position: relative;
    112113}
    113114
    114115html #wrapper {
     
    115116        -webkit-box-shadow: none;
    116117        -moz-box-shadow: none;
    117118        box-shadow: none;
    118         background:white;
     119        background: white;
    119120}
    120121
    121122html #wporg-footer {
    122         width:952px;
     123        width: 952px;
    123124        -webkit-box-shadow: none;
    124125        -moz-box-shadow: none;
    125126        box-shadow: none;
    126         margin:0 auto 20px;
    127         border:0;
    128         padding-bottom:20px;
     127        margin: 0 auto 20px;
     128        border: 0;
     129        padding-bottom: 20px;
    129130}
    130131
    131132html #wporg-footer p {
    132         float:none;
    133         font-size:12px;
     133        float: none;
     134        font-size: 12px;
    134135}
    135136
    136137li a:hover {
    137         border:0;
     138        border: 0;
    138139}
    139140
    140141html .alt {
    141         background:transparent;
     142        background: transparent;
    142143}
    143144
    144145html h4 {
    145         border:0;
     146        border: 0;
    146147}
    147148
    148149#searchsubmit {
    149         padding:0 !important;
     150        padding: 0 !important;
    150151}
    151152
    152153/* To account for modifications to the "Post it" button on open access P2s */
     
    162163#main h4 {
    163164        position: static;
    164165}
     166
    165167#main ul#postlist li {
    166168        position: relative;
    167169}
     170
    168171#main span.meta span.actions {
    169172        top: 6px;
    170173}
     
    175178}
    176179
    177180/*- bbPress Specific Styles ----------*/
    178 
    179181body.bbPress #main ul#postlist li {
    180182        border-top-style: none;
    181183        border-top-width: 0;