Changeset 3459 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
- Timestamp:
- 06/19/2016 10:47:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
r3454 r3459 149 149 border-radius: 2px 0 0 2px; 150 150 @include font-size( ms-unitless( ms(-4) ) ); 151 width: 10rem;151 width: 7rem; 152 152 } 153 153 154 154 .search-field + .button-search { 155 155 display: inline-block; 156 margin-bottom: 0; 157 } 158 } 159 160 @media screen and ( min-width: 60em ) { 161 .search-field { 162 width: 10rem; 156 163 } 157 164 }
Note: See TracChangeset
for help on using the changeset viewer.