Commit 5c65269d9872f15ab192ba3b916511db8505843b
merge styles
Ev Bogue committed on 11/3/2016, 9:08:50 PMParent: fdf74ff85a96f84b69b048224dc848094659b533
Files changed
style.css | changed |
style.css | ||
---|---|---|
@@ -29,10 +29,10 @@ | ||
29 | 29 … | } |
30 | 30 … | |
31 | 31 … | .screen { |
32 | 32 … | position: absolute; |
33 | - top: 0px; bottom: 0px; | |
34 | - left: 0px; right: 0px; | |
33 … | + top: 0; bottom: 0; | |
34 … | + left: 0; right: 0; | |
35 | 35 … | overflow-y: hidden; |
36 | 36 … | } |
37 | 37 … | |
38 | 38 … | .column { |
@@ -141,8 +141,9 @@ | ||
141 | 141 … | padding-left: 1em; |
142 | 142 … | background: #f5f5f5; |
143 | 143 … | border: 1px solid #eee; |
144 | 144 … | border-radius: .2em; |
145 … | + z-index: 5; | |
145 | 146 … | } |
146 | 147 … | |
147 | 148 … | /* scrolling feeds, threads */ |
148 | 149 … | |
@@ -459,4 +460,12 @@ | ||
459 | 460 … | .hypertabs--selected .hypertabs__x { |
460 | 461 … | display: block; |
461 | 462 … | } |
462 | 463 … | |
464 … | +.instructions { | |
465 … | + position: absolute; | |
466 … | + border: 1px solid #eee; | |
467 … | + padding: 1em; | |
468 … | + bottom: 0; | |
469 … | + left: 0; | |
470 … | + z-index: 1; | |
471 … | +} |
Built with git-ssb-web