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

Last change on this file since 432 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
RevLine 
[403]1*:focus {
[432]2    //disable Chrome outline of focused elements
3    outline: none;
[403]4}
5html, body {
[432]6    width: 100%;
7    height: 100%;
8    background-color: @base;
[403]9}
Note: See TracBrowser for help on using the repository browser.