Making WordPress.org

Changeset 63


Ignore:
Timestamp:
08/19/2013 04:05:22 PM (11 years ago)
Author:
nacin
Message:

WP.org P2: Formatting fixes for style.css. props kpdesign, fixes #76.

File:
1 edited

Legend:

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

    r52 r63  
    2424
    2525li.type-handbook code {
    26     background: #eee;
     26    background: #eee;
    2727    text-shadow: 0 1px 0 #fff;
    2828    padding: 4px 6px;
     
    3232
    3333.handbook-page-title {
    34     font-size: 2em;
    35     padding-bottom: 4px;
    36     color: #777;
    37 }
     34    font-size: 2em;
     35    padding-bottom: 4px;
     36    color: #777;
     37}
     38
    3839li.type-handbook h2 {
    3940    font-size: 24px;
     
    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
     
    109110
    110111.single #main .controls {
    111     position:relative;
     112    position: relative;
    112113}
    113114
     
    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
     
    163164    position: static;
    164165}
     166
    165167#main ul#postlist li {
    166168    position: relative;
    167169}
     170
    168171#main span.meta span.actions {
    169172    top: 6px;
     
    176179
    177180/*- bbPress Specific Styles ----------*/
    178 
    179181body.bbPress #main ul#postlist li {
    180182    border-top-style: none;
Note: See TracChangeset for help on using the changeset viewer.