From cf290732dcea49664ebfa3082f8f1c46ee3aa1c0 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sun, 2 Dec 2018 00:45:22 +0100 Subject: [PATCH] frontend: css: add bottom border to most of cards and jumboframe --- frontend/static/css/fic.css | 2 +- frontend/static/index.html | 4 ++-- frontend/static/views/defi.html | 8 ++++---- frontend/static/views/home.html | 4 ++-- frontend/static/views/rank.html | 2 +- frontend/static/views/rules.html | 4 ++-- frontend/static/views/tag.html | 2 +- frontend/static/views/team-edit.html | 2 +- frontend/static/views/theme.html | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/static/css/fic.css b/frontend/static/css/fic.css index 6e5d8319..aa5d19d7 100644 --- a/frontend/static/css/fic.css +++ b/frontend/static/css/fic.css @@ -60,7 +60,7 @@ body { .navbar { margin-bottom: 0; } -.navbar.niceborder { +.niceborder { border-bottom: 5px #4eaee6 solid; } .navbar img { diff --git a/frontend/static/index.html b/frontend/static/index.html index a664f1de..7a72bd76 100644 --- a/frontend/static/index.html +++ b/frontend/static/index.html @@ -82,7 +82,7 @@ -