Changeset 3641
- Timestamp:
- 07/07/2016 02:30:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r3634 r3641 86 86 background: transparent; 87 87 position: static; 88 max-width: 9 60px;88 max-width: 940px; 89 89 margin: -32px auto 0px auto; 90 90 text-align: right; … … 320 320 321 321 .make-welcome-wrapper { 322 width: 100%;323 background: #eee eee;322 width: 100%; 323 background: #eee; 324 324 /* jQuery slideUp overrides the margin, causing the animation to be a bit funky. !important stops that. */ 325 325 margin: -4em 0 4em 0 !important; … … 337 337 line-height: 1.45; 338 338 width: 100%; 339 max-width: 9 60px;339 max-width: 940px; 340 340 margin: 0px auto; 341 padding -bottom:14px;341 padding: 0 0 14px; 342 342 } 343 343 … … 364 364 365 365 .make-welcome .first-column { 366 width: 71%;366 width: 69%; 367 367 display: inline-block; 368 368 } 369 369 370 370 .make-welcome .second-column { 371 width: 2 5%;371 width: 28%; 372 372 float: right; 373 373 } … … 385 385 display: block; 386 386 text-align: right; 387 margin: 0 5px 5px 0;387 padding: 0 0 10px 0; 388 388 clear: both; 389 389 }
Note: See TracChangeset
for help on using the changeset viewer.