Last change
on this file since 403 was
403,
checked in by tjcschipper, 13 years ago
|
- Switched to LESS for stylesheets. Most of the conversion is done, it's only (predictably) the color system that is giving trouble. Plan for next week: get rid of the inherit stuff, just use proper color classes.
-> Use only a minimal .*colorName* .bg/.text class combination that doesn't inherit. Do anything more complicated than that in a page-specific stylesheet.
|
File size:
100 bytes
|
Line | |
---|
1 | *:focus { |
---|
2 | outline: none; |
---|
3 | } |
---|
4 | html, |
---|
5 | body { |
---|
6 | width: 100%; |
---|
7 | height: 100%; |
---|
8 | background-color: 5px; |
---|
9 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.