From 013dd94816c1185d4cd52f80e36a23bb67439984 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 1 Apr 2016 11:41:48 +0200 Subject: Place custom CSS in its own file. --- static/css/fripost.css | 12 ++++++++++++ templates/page.tmpl | 15 +-------------- 2 files changed, 13 insertions(+), 14 deletions(-) create mode 100644 static/css/fripost.css diff --git a/static/css/fripost.css b/static/css/fripost.css new file mode 100644 index 0000000..e87ac22 --- /dev/null +++ b/static/css/fripost.css @@ -0,0 +1,12 @@ +.navbar-fripost { + background-color: inherit; + border-bottom: black thin solid; + border-radius: 0; + margin-top: 1em +} +.navbar-fripost a { + color: black; +} +.navbar-fripost .navbar-toggle .icon-bar { + background-color: black; +} diff --git a/templates/page.tmpl b/templates/page.tmpl index 3032d0d..6bc0e77 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -6,6 +6,7 @@ +