source: Dev/branches/rest-dojo-ui/client/rft/css/LESS/layout.css @ 409

Last change on this file since 409 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}
4html,
5body {
6  width: 100%;
7  height: 100%;
8  background-color: 5px;
9}
Note: See TracBrowser for help on using the repository browser.