X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=ffdd79e1843e6a86b48a92714f3815df96d15ab0;hb=936ea404e1a7a3fe795a8114969d54df64d8a84a;hp=9872ee8daf56c22f8819dbf17a8ef45d52c14c23;hpb=5d64ec4afe587c82cc10d20298d2c058064dec24;p=plack-app-gruntmaster.git diff --git a/css/custom.css b/css/custom.css index 9872ee8..ffdd79e 100644 --- a/css/custom.css +++ b/css/custom.css @@ -4,14 +4,6 @@ h1#title{ font-size: 3em !important; } -footer{ - width: 60em; - margin: auto; - margin-top: 6em; - white-space: pre-wrap; - color: #777; -} - #logo { margin: 5em auto 2em; display: block; @@ -48,10 +40,22 @@ 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; -} \ No newline at end of file +} + +code { + background-color: inherit; +}