aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css37
1 files changed, 18 insertions, 19 deletions
diff --git a/static/styles.css b/static/styles.css
index 46aa59a8..ee017164 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -30,25 +30,24 @@
30 left: 0; 30 left: 0;
31 z-index: 3; } 31 z-index: 3; }
32 32
33.skip { 33.skip
34 display: none !important; 34{
35 position: absolute; 35position:absolute;
36 top: 0; 36left:-10000px;
37 left: 0; 37top:auto;
38 width: 100%; 38width:1px;
39 font-size: .857143em; } 39height:1px;
40 .skip li { 40overflow:hidden;
41 position: absolute; 41}
42 z-index: 1; 42
43 margin: 0; } 43.skip:focus
44 .skip a { 44{
45 position: absolute; 45position:static;
46 left: -9999px; } 46width:auto;
47 .skip a:active, .skip a:focus { 47height:auto;
48 display: block; 48background: white;
49 position: static; 49padding: 5px;
50 left: 0; 50}
51 padding: .25em 1em; }
52 51
53.near-white { 52.near-white {
54 color: #f4f4f4 !important; } 53 color: #f4f4f4 !important; }