X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=4c4ba935ff8caaa82782c707be1fce6e0fa33706;hb=660f28f9f79036dfc58db3a140679bac4658e022;hp=b4601d8537c7936cd9b98dc4e18311d3ea7825c8;hpb=6e80032b72a728493d8155520539ab074d51d12a;p=gruntmaster-page.git diff --git a/css/custom.css b/css/custom.css index b4601d8..4c4ba93 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,18 +1,7 @@ -div#subtitle{ - font-family: "Liberation Mono","DejaVu Sans Mono","Lucida Console",monospace; +h1#title{ font-weight: bold; text-align: center; - padding: 0; - margin: 0; - font-size: 3em; -} - -footer{ - width: 60em; - margin: auto; - margin-top: 6em; - white-space: pre-wrap; - color: #777; + font-size: 3em !important; } #logo { @@ -46,3 +35,15 @@ div.container-fluid { .list-group-item, .form-control { max-width: 30em; } + +div#result{ + text-align: center; +} + +footer{ + padding: 1.5em 0; +} + +a.dropdown-toggle{ + cursor: pointer; +}