diff --git wordpress.org/public_html/style/wp4.css wordpress.org/public_html/style/wp4.css
index 8a92605e6..8a05a540d 100644
|
|
|
a img.aligncenter { |
| 207 | 207 | width: 100%; |
| 208 | 208 | background: #23282d; |
| 209 | 209 | text-align: center; |
| | 210 | min-width: 310px; |
| 210 | 211 | } |
| 211 | 212 | |
| 212 | 213 | #wporg-header h1 { |
| … |
… |
input.text { |
| 1306 | 1307 | } |
| 1307 | 1308 | |
| 1308 | 1309 | #headline { |
| 1309 | | height: 62px; |
| | 1310 | height: auto; |
| 1310 | 1311 | background: #f7f7f7; |
| 1311 | 1312 | border-bottom: 1px solid #dfdfdf; |
| 1312 | 1313 | } |
| … |
… |
input.text { |
| 1318 | 1319 | text-shadow: #fff 0px 1px 0px; |
| 1319 | 1320 | padding-top: 18px; |
| 1320 | 1321 | padding-left: 9px; |
| 1321 | | float: left; |
| | 1322 | padding-bottom: 18px; |
| | 1323 | display: flex; |
| 1322 | 1324 | } |
| 1323 | 1325 | |
| 1324 | 1326 | .wporg-make .site-title a:before, |