X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=4239ab8421843a38ed6e3f5a12abda283c3c4497;hb=39e2d01af11ba6679478c9d2b265e76929a67191;hp=9872ee8daf56c22f8819dbf17a8ef45d52c14c23;hpb=5d64ec4afe587c82cc10d20298d2c058064dec24;p=plack-app-gruntmaster.git diff --git a/css/custom.css b/css/custom.css index 9872ee8..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; } @@ -54,4 +53,37 @@ a.dropdown-toggle{ .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