Changeset 9134
- Timestamp:
- 09/10/2019 05:30:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bporg-developer/css/style.css
r9133 r9134 1 html { 2 font-size: 62.5%; 3 line-height: 1.5; 4 } 5 1 6 #header { 2 7 background-color: #be3631; … … 8 13 9 14 body.admin-bar header#masthead { 10 margin-top: 42px; 11 } 12 13 #header-inner { 14 margin: 0 auto; 15 width: 100%; 16 height: 80px; 17 padding: 0; 15 margin-top: 124px; 18 16 } 19 17 … … 223 221 } 224 222 223 p { 224 margin-bottom: 1.5em; 225 } 226 225 227 p.source-code-links a, 226 228 p#add-user-note a, … … 247 249 #footer p { 248 250 margin: 0; 251 } 252 253 @media screen and ( min-width: 960px ) { 254 #content, 255 div.content, 256 div.site-content, 257 .devhub-wrap #content-area, 258 .devhub-wrap .inner-wrap { 259 width: 960px; 260 margin: 0 auto; 261 max-width: 100%; 262 } 249 263 } 250 264
Note: See TracChangeset
for help on using the changeset viewer.