Last change
on this file since 447 was
443,
checked in by hendrikvanantwerpen, 12 years ago
|
Reorganized for Node --- the SVN gods hate us all!
Lost all historical info on moved files, because SVN is a f *.
Also we have Node now, serving both the static content and forwarding
database requests.
|
File size:
168 bytes
|
Rev | Line | |
---|
[443] | 1 | *:focus {
|
---|
| 2 | //disable Chrome outline of focused elements
|
---|
| 3 | outline: none;
|
---|
| 4 | }
|
---|
| 5 | html, body {
|
---|
| 6 | width: 100%;
|
---|
| 7 | height: 100%;
|
---|
| 8 | background-color: @base;
|
---|
| 9 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.