Commit 85d802a8d7af5b3c1b0ddf681facf294509def27
remove padding on sections to make clean vertical line
mix irving committed on 10/9/2016, 12:15:33 AMParent: a2d39c50b9aad1cb4987be13eb07c6b70596f852
Files changed
static/styles.css | changed |
static/styles.css | |||
---|---|---|---|
@@ -85,9 +85,9 @@ | |||
85 | 85 … | /* content */ | |
86 | 86 … | ||
87 | 87 … | section { | |
88 | 88 … | background-color: white; | |
89 | - padding: 1ex 1ex; | ||
89 … | + padding: 1ex 0; | ||
90 | 90 … | margin-bottom: .5em; | |
91 | 91 … | border-radius: 0; | |
92 | 92 … | border-bottom: 1px solid #eee; | |
93 | 93 … | } | |
@@ -223,9 +223,9 @@ | |||
223 | 223 … | } | |
224 | 224 … | ||
225 | 225 … | nav a { | |
226 | 226 … | border-radius: .5ex; | |
227 | - padding: 0 .5ex; | ||
227 … | + padding: 0 1ex 0 0; | ||
228 | 228 … | display: inline-block; | |
229 | 229 … | margin-right: .5ex; | |
230 | 230 … | } | |
231 | 231 … | nav a:hover { |
Built with git-ssb-web