Changeset 3526
- Timestamp:
- 06/22/2016 09:27:12 AM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r3472 r3526 233 233 @media screen and (min-width: 48em) { 234 234 html { 235 font-size: 21px;236 font-size: 1. 3125rem;235 font-size: 18px; 236 font-size: 1.125rem; 237 237 } 238 238 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3472 r3526 233 233 @media screen and (min-width: 48em) { 234 234 html { 235 font-size: 21px;236 font-size: 1. 3125rem;235 font-size: 18px; 236 font-size: 1.125rem; 237 237 } 238 238 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/typography/_typography.scss
r3261 r3526 18 18 @media screen and ( min-width: $ms-breakpoint ) { 19 19 html { 20 @include font-size(1. 3125);20 @include font-size(1.125); 21 21 } 22 22 }
Note: See TracChangeset
for help on using the changeset viewer.