X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=3c62f0140bd485b4cd86c29272c5dbd6f896c75d;hb=3b69df7a785bbfc5b8c4a1719c046f9800aa3548;hp=bc0b7eaa91f9ec5b0c334935b8dc71b59e85b1d9;hpb=f5f2104e633c5b2746beea44edc9f938188f269f;p=gruntmaster-page.git diff --git a/css/custom.css b/css/custom.css index bc0b7ea..3c62f01 100644 --- a/css/custom.css +++ b/css/custom.css @@ -8,7 +8,6 @@ footer{ width: 60em; margin: auto; margin-top: 6em; - white-space: pre-wrap; color: #777; } @@ -51,3 +50,12 @@ div#result{ a.dropdown-toggle{ cursor: pointer; } + +.table-fixed{ + table-layout: fixed; +} + +#clock{ + float: right; + margin-right: 1em; +}