Ticket #76: 76-meta.patch
File 76-meta.patch, 2.3 KB (added by , 11 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/style.css
23 23 } 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; 29 29 -webkit-border-radius: 5px; … … 31 31 } 32 32 33 33 .handbook-page-title { 34 35 36 34 font-size: 2em; 35 padding-bottom: 4px; 36 color: #777; 37 37 } 38 38 39 li.type-handbook h2 { 39 40 font-size: 24px; 40 41 border-bottom: 1px solid #ddd; … … 83 84 } 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 100 101 #header2 { … … 108 109 } 109 110 110 111 .single #main .controls { 111 position: relative;112 position: relative; 112 113 } 113 114 114 115 html #wrapper { … … 115 116 -webkit-box-shadow: none; 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 152 153 /* To account for modifications to the "Post it" button on open access P2s */ … … 162 163 #main h4 { 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; 170 173 } … … 175 178 } 176 179 177 180 /*- bbPress Specific Styles ----------*/ 178 179 181 body.bbPress #main ul#postlist li { 180 182 border-top-style: none; 181 183 border-top-width: 0;