X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=ffdd79e1843e6a86b48a92714f3815df96d15ab0;hb=e63eaf407e505337cd02d7bc7ca3010ab6337348;hp=b4601d8537c7936cd9b98dc4e18311d3ea7825c8;hpb=6e80032b72a728493d8155520539ab074d51d12a;p=plack-app-gruntmaster.git diff --git a/css/custom.css b/css/custom.css index b4601d8..ffdd79e 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,27 @@ 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; +} + +#sponsors a.logo{ + margin-bottom: 1em; +} + +.table-fixed{ + table-layout: fixed; +} + +code { + background-color: inherit; +}