X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=bc0b7eaa91f9ec5b0c334935b8dc71b59e85b1d9;hb=3a70241ac427b9b568629f1068c95538e36ffd2e;hp=429e4895a31cc4f7cbdfb6b9227580b52c410abb;hpb=f34254b8ee796c7b3416d6b6b31886c10fcf62c1;p=plack-app-gruntmaster.git diff --git a/css/custom.css b/css/custom.css index 429e489..bc0b7ea 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,25 +1,7 @@ -div#title,div#subtitle{ - font-family: "Liberation Mono","DejaVu Sans Mono","Lucida Console",monospace; +h1#title{ font-weight: bold; text-align: center; - padding: 0; - margin: 0; -} - -div#title{ - font-size: 7em; -} - -div#subtitle{ - font-size: 3em; -} - -span.i{ - color: #C00; -} - -span.Eval{ - color: #0C0; + font-size: 3em !important; } footer{ @@ -61,3 +43,11 @@ div.container-fluid { .list-group-item, .form-control { max-width: 30em; } + +div#result{ + text-align: center; +} + +a.dropdown-toggle{ + cursor: pointer; +}