summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-25 16:45:10 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-25 16:45:52 +0100
commit7d99053fce78b13237af8ce3cc91cc8e53c01282 (patch)
tree7f5ff24d86059d87109368ea5ad8a4dbc6974857
parente9c179cb908955d464dfb3f3f0194e0e47e491e5 (diff)
downloadmksite-alpine-7d99053fce78b13237af8ce3cc91cc8e53c01282.tar.bz2
mksite-alpine-7d99053fce78b13237af8ce3cc91cc8e53c01282.tar.xz
style: top-align table cells
make git log look slightly less ugly
-rw-r--r--_static/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/_static/styles.css b/_static/styles.css
index 1e52374..d9b40dc 100644
--- a/_static/styles.css
+++ b/_static/styles.css
@@ -147,6 +147,7 @@ p { clear: both; }
td {
font-size: 80%;
padding: .2em 1em .2em .2em;
+ vertical-align: top;
}
.left { float: left; }