Changeset 672:75106f792c0b for themes/ductile
- Timestamp:
- 08/06/11 13:41:17 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r670 r672 178 178 display: inline; 179 179 padding: 8px 0; 180 padding-left: 4px; 180 181 } 181 182 .supranav li a { … … 185 186 border-right: 1px solid #ccc; 186 187 min-height: 2.5em; 187 -moz-border-radius: 0 0 0 7px; 188 -webkit-border-radius: 0 0 0 7px; 189 border-radius: 0 0 0 7px; 188 -webkit-border-radius: 0 0 0 4px; 189 -moz-border-radius: 0 0 0 4px; 190 -o-border-radius: 0 0 0 4px; 191 -ms-border-radius: 0 0 0 4px; 192 -khtml-border-radius: 0 0 0 4px; 193 border-radius: 0 0 0 4px; 190 194 } 191 195 .supranav li a span { -
themes/ductile/style.css
r670 r672 142 142 white-space: nowrap; 143 143 margin-bottom: 4px; 144 -webkit-border-bottom-left-radius: 7px;145 -moz-border-radius-bottomleft: 7px;146 border-bottom-left-radius: 7px;147 144 background: transparent url(img/menu.png) no-repeat right top; 148 145 } … … 234 231 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f5', endColorstr='#d7d7dc',GradientType=0 ); 235 232 background: linear-gradient(top, rgba(244,244,245,1) 0%,rgba(215,215,220,1) 100%); 233 -webkit-border-radius: 4px; 236 234 -moz-border-radius: 4px; 237 235 -o-border-radius: 4px; … … 690 688 color: #fff; 691 689 font-size: .875em; 690 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 692 691 } 693 692 #footer p {
Note: See TracChangeset
for help on using the changeset viewer.