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/?p=remoteglot;a=commitdiff_plain;h=0d83fa679dc2bb17d40e34779c60abbd511275ef 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; }