git ssb

30+

cel / git-ssb-web



Commit 85d802a8d7af5b3c1b0ddf681facf294509def27

remove padding on sections to make clean vertical line

mix irving committed on 10/9/2016, 12:15:33 AM
Parent: a2d39c50b9aad1cb4987be13eb07c6b70596f852

Files changed

static/styles.csschanged
static/styles.cssView
@@ -85,9 +85,9 @@
8585 /* content */
8686
8787 section {
8888 background-color: white;
89- padding: 1ex 1ex;
89 + padding: 1ex 0;
9090 margin-bottom: .5em;
9191 border-radius: 0;
9292 border-bottom: 1px solid #eee;
9393 }
@@ -223,9 +223,9 @@
223223 }
224224
225225 nav a {
226226 border-radius: .5ex;
227- padding: 0 .5ex;
227 + padding: 0 1ex 0 0;
228228 display: inline-block;
229229 margin-right: .5ex;
230230 }
231231 nav a:hover {

Built with git-ssb-web