Changeset 401:7d2fed1d603b for themes/ductile/mediaqueries.css
- Timestamp:
- 06/21/11 19:28:21 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r391 r401 54 54 #stickers li { 55 55 position: relative; 56 line-height: 2.5em;56 padding: .5em 0; 57 57 margin-left: 0; 58 padding-left: 0;59 border : 2px solid#fff;60 border- left: 6px solid #fff;61 border-right: 6px solid #fff;58 border-style: solid; 59 border-color: #fff; 60 border-width: 2px 6px; 61 overflow: hidden; 62 62 } 63 63 #stickers img { 64 display: block;65 64 position: absolute; 66 clip: rect(0px,32px,32px,0px); 65 top: -2px; 66 clip: rect(0 32px 36px 0); 67 clip: rect(0, 32px, 36px, 0); 67 68 } 68 69 #stickers span { … … 126 127 } 127 128 #stickers li span { 128 display: none; 129 } 130 .post-title { 131 font-size: 2.6em; 129 font-size: 1px; 130 display: inline-block; 131 height:1px; 132 width: 1px; 133 overflow:hidden; 132 134 } 133 135 #stickers li a:hover,
Note: See TracChangeset
for help on using the changeset viewer.