source:
Dev/trunk/client/qed/css/layout.less
@
433
Last change on this file since 433 was 432, checked in by hendrikvanantwerpen, 12 years ago | |
---|---|
File size: 168 bytes |
Rev | Line | |
---|---|---|
[403] | 1 | *:focus { |
[432] | 2 | //disable Chrome outline of focused elements |
3 | outline: none; | |
[403] | 4 | } |
5 | html, body { | |
[432] | 6 | width: 100%; |
7 | height: 100%; | |
8 | background-color: @base; | |
[403] | 9 | } |
Note: See TracBrowser
for help on using the repository browser.