From: Marius Gavrilescu Date: Fri, 7 Feb 2014 09:37:44 +0000 (+0200) Subject: Add cursor: pointer to dropdown and remove margin: 0 from title X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=commitdiff_plain;h=f5f2104e633c5b2746beea44edc9f938188f269f Add cursor: pointer to dropdown and remove margin: 0 from title --- 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; +}