From d554ce23f5f28a693e0ae10fa354d5b3985d7ace Mon Sep 17 00:00:00 2001 From: zhegal Date: Mon, 11 Dec 2017 17:09:55 +0200 Subject: [PATCH] modals --- frontend/web/css/custom.css | 12 ++++++++++++ 1 file changed, 12 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 51633e7..853e436 100644 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -323,4 +323,16 @@ img.img-responsive.img-circle { #footer { padding: 20px 0; padding-bottom: 10px; +} +#top p { + margin: 0; + font-size: 12px; + color: #a9a9a9; +} +#top { + padding: 6px 0; +} +#top a{ + color: inherit!important; + font-weight:bold; } \ No newline at end of file -- libgit2 0.21.4