From: Steinar H. Gunderson Date: Fri, 14 Nov 2014 00:39:29 +0000 (+0100) Subject: Add a CSS class for some small news at the bottom. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0d83fa679dc2bb17d40e34779c60abbd511275ef;hp=1eb8400865727a17fdfa2d6b30e86aa570862d6c;p=remoteglot Add a CSS class for some small news at the bottom. --- diff --git a/www/css/remoteglot.css b/www/css/remoteglot.css index ca95682..23bbeca 100644 --- a/www/css/remoteglot.css +++ b/www/css/remoteglot.css @@ -30,6 +30,9 @@ h3 { .vir path.l1arrow { opacity: 1.0; } +#news { + font-size: smaller; +} #credits { font-size: smaller; }