Changeset 3847:59f91d8f3715 for themes
- Timestamp:
- 09/01/18 18:37:06 (7 years ago)
- Branch:
- default
- Location:
- themes/berlin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/berlin/scss/partials/_common.scss
r2640 r3847 117 117 } 118 118 ul ul, ul ol, ol ol, ol ul { margin-top: .5em; } 119 /* a11y */ 120 .sr { 121 border: 0; 122 clip: rect(0 0 0 0); 123 height: 1px; 124 margin: -1px; 125 overflow: hidden; 126 padding: 0; 127 position: absolute; 128 width: 1px; 129 } -
themes/berlin/style.css
r3760 r3847 321 321 ul ul, ul ol, ol ol, ol ul { 322 322 margin-top: .5em; } 323 324 /* a11y */ 325 .sr { 326 border: 0; 327 clip: rect(0 0 0 0); 328 height: 1px; 329 margin: -1px; 330 overflow: hidden; 331 padding: 0; 332 position: absolute; 333 width: 1px; } 323 334 324 335 .post-date,
Note: See TracChangeset
for help on using the changeset viewer.