Changeset 658:b2ff9479d933 for themes/ductile/mediaqueries.css
- Timestamp:
- 07/27/11 08:03:32 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r640 r658 176 176 .supranav li a { 177 177 display: inline-block; 178 vertical-align: top; 178 179 padding: 8px 32px 8px 28px; 179 180 border-right: 1px solid #ccc; … … 205 206 padding: 0; 206 207 } 207 #stickers lispan {208 #stickers span { 208 209 display: block; 209 210 text-align: center; 210 } 211 #stickers li a:hover, 212 #stickers li a:active, 213 #stickers li a:focus { 214 background-color: #fff; 211 position: absolute; 212 top: -500px; 215 213 } 216 214 #stickers a:hover, #stickers a:focus { 215 background: #fff !important; 216 } 217 #stickers a:hover span, #stickers a:focus span { 217 218 color: #666; 218 background: #fff; 219 position: static; 220 top: 0; 219 221 } 220 222 }
Note: See TracChangeset
for help on using the changeset viewer.