# HG changeset patch # User Ingo Weinzierl # Date 1272272150 0 # Node ID 4949379c8ea9a654dbabb92294b5bf7bcedf1551 # Parent e021b07b4d71b84f5bb80750f2287510da8496e2 Reduced the size of links in header and footer (issue225). gnv/trunk@982 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r e021b07b4d71 -r 4949379c8ea9 gnv/ChangeLog --- a/gnv/ChangeLog Mon Apr 26 08:48:02 2010 +0000 +++ b/gnv/ChangeLog Mon Apr 26 08:55:50 2010 +0000 @@ -1,3 +1,10 @@ +2010-04-26 Ingo Weinzierl + + Issue225 + + * src/main/webapp/styles/gnv.css: Reduced the size of links in header and + footer. + 2010-04-26 Ingo Weinzierl Issue225 diff -r e021b07b4d71 -r 4949379c8ea9 gnv/src/main/webapp/styles/gnv.css --- a/gnv/src/main/webapp/styles/gnv.css Mon Apr 26 08:48:02 2010 +0000 +++ b/gnv/src/main/webapp/styles/gnv.css Mon Apr 26 08:55:50 2010 +0000 @@ -88,6 +88,7 @@ .headerLineLinks { color: #FFFFFF; font-family: Arial,Helvetica,sans-serif; + font-size: 0.9em; text-decoration:none; } @@ -210,6 +211,7 @@ .footerLineLinks { color: #FFFFFF; font-family: Arial,Helvetica,sans-serif; + font-size: 0.9em; text-decoration:none; }