From 0fda460c2b374be06fd81ac03c9cb7f26cd48ba7 Mon Sep 17 00:00:00 2001 From: Reda Lazri Date: Sun, 21 Aug 2016 17:17:02 +0100 Subject: [PATCH] cleanups... --- css/master.css | 16 +++++++++++++--- givingguide.html | 6 +++--- img/unfold less.svg | 1 - img/unfold more.svg | 1 - 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 img/unfold less.svg delete mode 100644 img/unfold more.svg diff --git a/css/master.css b/css/master.css index 0a5e1db..1896044 100644 --- a/css/master.css +++ b/css/master.css @@ -159,10 +159,13 @@ p { li { margin-bottom: 20px; font-size: 17px; + list-style-type: disc; } a { color: #2caf8f; +border-bottom: 2px solid #ffd429; +text-decoration: none; } /*Header*/ @@ -180,6 +183,13 @@ a { font-size: 30px; } +.navbar-brand { + border-bottom: 0; +} + +.navbar-nav li a { + border-bottom: 0; +} /*.intro { min-height: 100%; }*/ @@ -297,8 +307,8 @@ a { } /*Licenses*/ -.panel-collapse-button { - float: right; +.fix-margin { + margin: 0; } /*Footer*/ @@ -387,7 +397,6 @@ footer p { /*Navbar*/ .navbar-nav { - float: none; margin: 10px 10px 10px 100px; } @@ -449,6 +458,7 @@ footer p { } .intro-text h1 { color: rgba(255, 255, 255, 0.95); + margin-top: 0; } .intro-text p { diff --git a/givingguide.html b/givingguide.html index 702a768..d1db2c2 100644 --- a/givingguide.html +++ b/givingguide.html @@ -45,7 +45,7 @@