diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-12-14 23:07:54 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-12-14 23:07:54 +0100 |
commit | 9443441112d6d3f472daf3faae718dcb1889da19 (patch) | |
tree | 8dae49e7df0dfdd553f5fc02d2dc1d7440d30632 /cgi/templates/layouts/default.html.ep | |
parent | 7b1c49622af1ff3598d606802025fad605508f04 (diff) |
displayclean: add platform information
Diffstat (limited to 'cgi/templates/layouts/default.html.ep')
-rw-r--r-- | cgi/templates/layouts/default.html.ep | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index 0845f03..b7e2984 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -125,6 +125,10 @@ padding-right:7px; } + div.displayclean li .countdown .platform { + font-weight: bold; + } + div.displayclean li .time { color:#000000; font-size:2.4em; |