From 7c6aa90fb14386b9eb6db77d58a5294964995e52 Mon Sep 17 00:00:00 2001 From: Miguel Barao Date: Wed, 11 Jan 2017 16:59:27 +0000 Subject: [PATCH] - moved tables CSS to test.css --- static/css/test.css | 9 +++++++++ templates/admin.html | 8 +++++++- templates/test.html | 14 ++------------ 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/static/css/test.css b/static/css/test.css index 8ead25e..7bb57ca 100644 --- a/static/css/test.css +++ b/static/css/test.css @@ -20,3 +20,12 @@ body { textarea { font-family: monospace !important; } +/* make markdown tables beautiful */ +table { + border-collapse: collapse; + margin-left: 50px; +} +thead, tbody, td, th { + padding: 5px; + border-bottom: 1px solid #ddd; +} diff --git a/templates/admin.html b/templates/admin.html index 7157742..8b3bdaa 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -11,11 +11,17 @@ - + + diff --git a/templates/test.html b/templates/test.html index 263e6f7..d6b9a71 100644 --- a/templates/test.html +++ b/templates/test.html @@ -20,6 +20,8 @@ + + @@ -33,18 +35,6 @@ - - - -- libgit2 0.21.2