Last change
on this file since 502 was
477,
checked in by hendrikvanantwerpen, 12 years ago
|
Quick hack to allow responding despite not being authenticated. Something like tokes need to be added.
|
File size:
253 bytes
|
Line | |
---|
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 | .light {
|
---|
10 | background-color: white; // FIXME : hack for readability
|
---|
11 | }
|
---|
12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.