From 3988b26319be62b97fb7ff67d09e5ed82f6ead70 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Wed, 20 Jan 2010 23:57:05 +0100 Subject: [PATCH] Insert an new list class. --- www/static/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/www/static/css/style.css b/www/static/css/style.css index 0542dbec..eab173be 100644 --- a/www/static/css/style.css +++ b/www/static/css/style.css @@ -1006,5 +1006,11 @@ table.translate td.lang { color:#333; font-size: 20px !important; text-shadow: #666 1px 2px 2px; - padding: 51px 0px 0px 472px; + padding: 51px 0px 0px 465px; +} + +/* Public Relations linklists */ +.pr_li { + padding: 0px 0px 0px 20px; + line-height: 1.2em; } -- 2.47.3