source: Dev/trunk/client/qed/css/layout.less @ 442

Last change on this file since 442 was 432, checked in by hendrikvanantwerpen, 12 years ago

Split up and re-organized LESS. Not sure how it all works yet though.

File size: 168 bytes
Line 
1*:focus {
2    //disable Chrome outline of focused elements
3    outline: none;
4}
5html, body {
6    width: 100%;
7    height: 100%;
8    background-color: @base;
9}
Note: See TracBrowser for help on using the repository browser.