Changeset 185
- Timestamp:
- 12/28/2013 11:07:41 PM (11 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
r182 r185 58 58 font-size: 14px; 59 59 font-weight: bold; 60 padding: 22px 0 0; 60 padding: 22px 0 10px; 61 61 62 margin: 0 15px 0 0; 62 63 } … … 68 69 /* Centers the footer. Trac is missing the final column (social links). */ 69 70 #wporg-footer .wrapper { 70 width: 773px;71 max-width: 773px; 71 72 } 72 73 … … 161 162 } 162 163 #banner, #ctxtnav { 163 width: 940px; 164 max-width: 928px; 165 padding: 0 6px; 164 166 } 165 167 #content.report { -
sites/trunk/wordpress.org/public_html/style/wp4.css
r182 r185 534 534 display: none; 535 535 } 536 536 537 } 537 538 … … 1069 1070 #headline { 1070 1071 height: 62px; 1071 min-width: 960px;1072 1072 background: #f7f7f7; 1073 1073 border-bottom: 1px solid #dfdfdf; … … 1202 1202 clear: both; 1203 1203 overflow: auto; 1204 min-width: 932px;1205 1204 margin: 0 auto; 1206 1205 padding: 22px 14px 65px 14px; … … 1211 1210 #wporg-footer .wrapper { 1212 1211 overflow: auto; 1213 width: 932px;1212 max-width: 932px; 1214 1213 } 1215 1214 … … 1219 1218 width: 135px; 1220 1219 margin-left: 24px; 1220 margin-bottom: 15px; /* for narrow screens */ 1221 1221 padding-left: 0; /* override other generic styles */ 1222 1222 } 1223 1223 1224 #wporg-footer ul:first-child { 1225 margin-left: 0; 1224 @media screen and (min-width:960px) { 1225 #wporg-footer ul:first-child { 1226 margin-left: 0; 1227 } 1226 1228 } 1227 1229 … … 1244 1246 height: 15px; 1245 1247 text-indent: -9999px; 1246 margin-top: 50px;1248 margin-top: 35px; 1247 1249 } 1248 1250 .no-static #wporg-footer h6 {
Note: See TracChangeset
for help on using the changeset viewer.