Changeset 2291:a3e033a82cbf for admin/style
- Timestamp:
- 10/06/13 11:29:06 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2282 r2291 261 261 font-size: 1.2rem; 262 262 line-height: 1.5; 263 font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; 263 /* font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; */ 264 font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 264 265 color: #333; 265 266 background: #fff; … … 2274 2275 background-color: #ecf0f1; 2275 2276 } 2277 .index .btn.no-link, .index a { 2278 padding: 2px 8px 3px; 2279 font-variant: small-caps; 2280 } 2281 .index a { 2282 font-weight: bold; 2283 } 2284 .index .btn.no-link { 2285 color: #ccc; 2286 } 2287 .pager .active { 2288 padding: 4px 8px; 2289 color: #fff; 2290 background: #676e78; 2291 -webkit-border-radius: 3px; 2292 border-radius: 3px; 2293 font-variant: small-caps; 2294 } 2276 2295 /* Etapes */ 2277 2296 .step {
Note: See TracChangeset
for help on using the changeset viewer.