Changeset 7937
- Timestamp:
- 12/05/2018 01:32:18 AM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support
- Files:
-
- 4 edited
-
sass/site/_helphub.scss (modified) (1 diff)
-
sass/variables-site/_structure.scss (modified) (1 diff)
-
style-rtl.css (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_helphub.scss
r7936 r7937 68 68 @include breakpoint( $sm ) { 69 69 float: left; 70 padding-right: 4rem;70 padding-right: 3rem; 71 71 width: $size__site-sidebar; 72 72 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/variables-site/_structure.scss
r7835 r7937 4 4 5 5 $size__site-main: 960px; 6 $size__site-sidebar: 33%;6 $size__site-sidebar: 23%; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css
r7936 r7937 4432 4432 body.helphub-with-sidebar .left-sidebar { 4433 4433 float: right; 4434 padding-left: 4rem;4435 width: 33%;4434 padding-left: 3rem; 4435 width: 23%; 4436 4436 } 4437 4437 body.helphub-with-sidebar .left-sidebar + #main-content { 4438 4438 float: left; 4439 width: 67%;4439 width: 77%; 4440 4440 } 4441 4441 body.helphub-with-sidebar .left-sidebar + #main-content .entry-content .container { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
r7936 r7937 4434 4434 body.helphub-with-sidebar .left-sidebar { 4435 4435 float: left; 4436 padding-right: 4rem;4437 width: 33%;4436 padding-right: 3rem; 4437 width: 23%; 4438 4438 } 4439 4439 body.helphub-with-sidebar .left-sidebar + #main-content { 4440 4440 float: right; 4441 width: 67%;4441 width: 77%; 4442 4442 } 4443 4443 body.helphub-with-sidebar .left-sidebar + #main-content .entry-content .container {
Note: See TracChangeset
for help on using the changeset viewer.