X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=4239ab8421843a38ed6e3f5a12abda283c3c4497;hb=b7aa9f38347edb4509ccd9dea924238f79afea71;hp=bc0b7eaa91f9ec5b0c334935b8dc71b59e85b1d9;hpb=f5f2104e633c5b2746beea44edc9f938188f269f;p=plack-app-gruntmaster.git diff --git a/css/custom.css b/css/custom.css index bc0b7ea..4239ab8 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,40 @@ div#result{ a.dropdown-toggle{ cursor: pointer; } + +.table-fixed{ + table-layout: fixed; +} + +#clock{ + float: right; + margin-right: 1em; +} + +nav li{ + padding: 5px; +} + +ul.inline{ + list-style-type: none; +} + +ul.inline li{ + display: inline; +} + +ul.inline li:after { + content: ", "; +} + +ul.inline li:last-child:after { + content: ""; +} + +.tracker-mark.tick { + color: green; +} + +.tracker-mark.x{ + color: red; +} \ No newline at end of file