Changeset 4693
- Timestamp:
- 01/16/2017 06:21:06 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
r4683 r4693 41 41 font-size: 1.4rem; 42 42 margin-bottom: 0; 43 margin-top: 0; 43 44 } 44 45 … … 61 62 height: 200px; 62 63 border-bottom: none; 63 margin: 05% 0 0;64 margin: 2rem 5% 0 0; 64 65 65 66 &:nth-child(3n) { … … 406 407 407 408 .themes-plugins { 408 width: 65%;409 margin: 3rem 0 4rem;409 margin: 0 0 4rem; 410 border-bottom: 1px solid #eee; 410 411 411 412 p { 412 font-size: ms( -2);413 font-size: ms(0); 413 414 color: #666666; 414 415 … … 421 422 font-size: 1.4rem; 422 423 margin-bottom: 0; 424 margin-top: 0; 425 } 426 427 @media (min-width: $ms-breakpoint) { 428 width: 65%; 429 margin: 3rem 0 4rem; 430 border-bottom: none; 431 432 p { 433 font-size: ms(-2); 434 } 423 435 } 424 436 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
r4684 r4693 5035 5035 font-size: 1.4rem; 5036 5036 margin-bottom: 0; 5037 margin-top: 0; 5037 5038 } 5038 5039 … … 5054 5055 height: 200px; 5055 5056 border-bottom: none; 5056 margin: 05% 0 0;5057 margin: 2rem 5% 0 0; 5057 5058 } 5058 5059 .three-up.bbp-forums > div:nth-child(3n) { … … 5367 5368 5368 5369 .home.wporg-support .themes-plugins { 5369 width: 65%;5370 margin: 3rem 0 4rem;5370 margin: 0 0 4rem; 5371 border-bottom: 1px solid #eee; 5371 5372 } 5372 5373 5373 5374 .home.wporg-support .themes-plugins p { 5374 font-size: 0.8rem;5375 font-size: 1rem; 5375 5376 color: #666666; 5376 5377 } … … 5383 5384 font-size: 1.4rem; 5384 5385 margin-bottom: 0; 5386 margin-top: 0; 5387 } 5388 5389 @media (min-width: 48em) { 5390 .home.wporg-support .themes-plugins { 5391 width: 65%; 5392 margin: 3rem 0 4rem; 5393 border-bottom: none; 5394 } 5395 .home.wporg-support .themes-plugins p { 5396 font-size: 0.8rem; 5397 } 5385 5398 } 5386 5399
Note: See TracChangeset
for help on using the changeset viewer.