From cb366ed056ae54d8d9af8c8925ebe866265d1bf2 Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 27 Apr 2015 22:20:24 +0000 Subject: [PATCH] css clock styling --- tycker/example-output-style/style.css | 5 +++++ tycker/templates/display.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tycker/example-output-style/style.css b/tycker/example-output-style/style.css index 3d6c158..94efb1f 100644 --- a/tycker/example-output-style/style.css +++ b/tycker/example-output-style/style.css @@ -2,6 +2,11 @@ h1#title::after { content: "This is the title of this tycker!"; } +div#clockbox { + margin-top: -0.5em; + font-size: 24px; +} + div#footer::after { content: "This tycker contains news from FOO BAR."; } diff --git a/tycker/templates/display.html b/tycker/templates/display.html index f7061c4..28cbd6d 100644 --- a/tycker/templates/display.html +++ b/tycker/templates/display.html @@ -43,7 +43,7 @@
-

+