From 70d664e0bc85bfcdb7f0c58065fba2225fe650a6 Mon Sep 17 00:00:00 2001 From: Bobby Grace Date: Sun, 15 Aug 2010 02:23:19 -0500 Subject: [PATCH] header styling details --- media/css/header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/css/header.css b/media/css/header.css index 7c198db72..903e5bd16 100644 --- a/media/css/header.css +++ b/media/css/header.css @@ -7,7 +7,7 @@ body { padding-top: 50px; } #rtfd-header ul { margin: 0; padding: 0; list-style: none; } /* header title */ - .rtfd-header-title h1 { font-size: 20px; padding: 5px 20px; color: #fff; } + .rtfd-header-title h1 { position: absolute; top: 15px; left: 15px; margin: 0; font-size: 20px; color: #fff; } .rtfd-header-title h1 a { color: #fff; text-decoration: none; } /* header search */