From f5f2104e633c5b2746beea44edc9f938188f269f Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 7 Feb 2014 11:37:44 +0200 Subject: [PATCH] Add cursor: pointer to dropdown and remove margin: 0 from title --- css/custom.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/custom.css b/css/custom.css index ecf11bf..bc0b7ea 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,8 +1,6 @@ h1#title{ font-weight: bold; text-align: center; - padding: 0; - margin: 0; font-size: 3em !important; } @@ -48,4 +46,8 @@ div.container-fluid { div#result{ text-align: center; -} \ No newline at end of file +} + +a.dropdown-toggle{ + cursor: pointer; +} -- 2.39.2