Add cursor: pointer to dropdown and remove margin: 0 from title
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 7 Feb 2014 09:37:44 +0000 (11:37 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 7 Feb 2014 09:37:44 +0000 (11:37 +0200)
css/custom.css

index ecf11bf6e1e97ea57c7ddab7d3155f7933a887ef..bc0b7eaa91f9ec5b0c334935b8dc71b59e85b1d9 100644 (file)
@@ -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;
+}
This page took 0.010104 seconds and 4 git commands to generate.