X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=9872ee8daf56c22f8819dbf17a8ef45d52c14c23;hb=e046c73abf1f466bcafca06a01a0af2c9e2120c9;hp=b4601d8537c7936cd9b98dc4e18311d3ea7825c8;hpb=6e80032b72a728493d8155520539ab074d51d12a;p=plack-app-gruntmaster.git diff --git a/css/custom.css b/css/custom.css index b4601d8..9872ee8 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,10 +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; + font-size: 3em !important; } footer{ @@ -46,3 +43,15 @@ div.container-fluid { .list-group-item, .form-control { max-width: 30em; } + +div#result{ + text-align: center; +} + +a.dropdown-toggle{ + cursor: pointer; +} + +.table-fixed{ + table-layout: fixed; +} \ No newline at end of file