From ad7a0fa6d69768126b3e233b6e3906887e7b0d9f Mon Sep 17 00:00:00 2001 From: Miguel Barão Date: Sat, 21 Apr 2018 16:01:45 +0100 Subject: [PATCH] - added material theme MDB Free --- static/css/topic.css | 2 +- templates/login.html | 6 ++++++ templates/maintopics-table.html | 11 +++++------ templates/topic.html | 5 ++++- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/static/css/topic.css b/static/css/topic.css index 79467bc..90db3ed 100644 --- a/static/css/topic.css +++ b/static/css/topic.css @@ -1,7 +1,7 @@ .progress { /*position: fixed;*/ top: 0; - height: 85px; + height: 70px; border-radius: 0px; } body { diff --git a/templates/login.html b/templates/login.html index 6aff94a..83ed16b 100644 --- a/templates/login.html +++ b/templates/login.html @@ -7,11 +7,17 @@ + + + + + + diff --git a/templates/maintopics-table.html b/templates/maintopics-table.html index 1138b60..e14a76e 100644 --- a/templates/maintopics-table.html +++ b/templates/maintopics-table.html @@ -10,18 +10,17 @@ - + - - + - - - + + + diff --git a/templates/topic.html b/templates/topic.html index 09d0435..27e8f39 100644 --- a/templates/topic.html +++ b/templates/topic.html @@ -20,15 +20,18 @@ + - + + + -- libgit2 0.21.2