Changeset 63
- Timestamp:
- 08/19/2013 04:05:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css
r52 r63 24 24 25 25 li.type-handbook code { 26 26 background: #eee; 27 27 text-shadow: 0 1px 0 #fff; 28 28 padding: 4px 6px; … … 32 32 33 33 .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 38 39 li.type-handbook h2 { 39 40 font-size: 24px; … … 84 85 85 86 html body { 86 line-height: normal;87 background: white;87 line-height: normal; 88 background: white; 88 89 } 89 90 90 91 html #wporg-header { 91 width: auto;92 min-height: 0;92 width: auto; 93 min-height: 0; 93 94 } 94 95 95 96 #wporg-header h1 { 96 display: inline;97 padding: 0;97 display: inline; 98 padding: 0; 98 99 } 99 100 … … 109 110 110 111 .single #main .controls { 111 position: relative;112 position: relative; 112 113 } 113 114 … … 116 117 -moz-box-shadow: none; 117 118 box-shadow: none; 118 background: white;119 background: white; 119 120 } 120 121 121 122 html #wporg-footer { 122 width: 952px;123 width: 952px; 123 124 -webkit-box-shadow: none; 124 125 -moz-box-shadow: none; 125 126 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; 129 130 } 130 131 131 132 html #wporg-footer p { 132 float: none;133 font-size: 12px;133 float: none; 134 font-size: 12px; 134 135 } 135 136 136 137 li a:hover { 137 border: 0;138 border: 0; 138 139 } 139 140 140 141 html .alt { 141 background: transparent;142 background: transparent; 142 143 } 143 144 144 145 html h4 { 145 border: 0;146 border: 0; 146 147 } 147 148 148 149 #searchsubmit { 149 padding: 0 !important;150 padding: 0 !important; 150 151 } 151 152 … … 163 164 position: static; 164 165 } 166 165 167 #main ul#postlist li { 166 168 position: relative; 167 169 } 170 168 171 #main span.meta span.actions { 169 172 top: 6px; … … 176 179 177 180 /*- bbPress Specific Styles ----------*/ 178 179 181 body.bbPress #main ul#postlist li { 180 182 border-top-style: none;
Note: See TracChangeset
for help on using the changeset viewer.