From: Jan Paul Tuecking Date: Wed, 20 Jan 2010 22:57:05 +0000 (+0100) Subject: Insert an new list class. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3988b26319be62b97fb7ff67d09e5ed82f6ead70;p=ipfire.org.git Insert an new list class. --- 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; }