git ssb

16+

Dominic / patchbay



Commit 5c65269d9872f15ab192ba3b916511db8505843b

merge styles

Ev Bogue committed on 11/3/2016, 9:08:50 PM
Parent: fdf74ff85a96f84b69b048224dc848094659b533

Files changed

style.csschanged
style.cssView
@@ -29,10 +29,10 @@
2929 }
3030
3131 .screen {
3232 position: absolute;
33- top: 0px; bottom: 0px;
34- left: 0px; right: 0px;
33 + top: 0; bottom: 0;
34 + left: 0; right: 0;
3535 overflow-y: hidden;
3636 }
3737
3838 .column {
@@ -141,8 +141,9 @@
141141 padding-left: 1em;
142142 background: #f5f5f5;
143143 border: 1px solid #eee;
144144 border-radius: .2em;
145 + z-index: 5;
145146 }
146147
147148 /* scrolling feeds, threads */
148149
@@ -459,4 +460,12 @@
459460 .hypertabs--selected .hypertabs__x {
460461 display: block;
461462 }
462463
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