From a699e2e08164f615bbdae2a11d08099efea5a59d Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 11 Mar 2015 03:35:10 +0100 Subject: style: add style for tables --- src/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index ffcf93f..706e632 100644 --- a/src/style.css +++ b/src/style.css @@ -114,6 +114,18 @@ blockquote:after { color: #ccc; } +table { + margin: 1rem auto; + border: 2px solid gray; + border-collapse: collapse; +} +th, td { + width: 16%; + font-size: 14px; + border: 1px solid gray; + padding: 0.25rem; +} + img.picture-me { float: right; border: 2px solid; @@ -208,4 +220,3 @@ footer #emblem img { font-weight: normal; font-style: normal; } - -- cgit v1.2.3-54-g00ecf