From 64f33e10abddf8b70d2c6bee74f8555012a3fb6d Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 22 Feb 2011 21:19:44 +0100 Subject: change font size for menus --- static/css/screen.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static') diff --git a/static/css/screen.css b/static/css/screen.css index 481ae5e..2ae1650 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -88,11 +88,20 @@ ul.posts span { color: #a00; font-weight: bold; margin: .5em 1.1em .5em 1.1em; + font-size: 120%; + +} + +.title .home { + font-size: 160%; } .site .title a { color: #a00; text-decoration: none; + -moz-transition: color .25s linear; + -webkit-transition: color .25s linear; + transition: color .25s linear; } .site .title a:hover { -- cgit v1.2.3