From f5e9d15cb475580661aad6b5636eb118a0b692bf Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Mon, 7 Apr 2008 16:44:54 +0200 Subject: [PATCH] Fixed the slogan position. --- templates/artemus/ALL/css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/artemus/ALL/css b/templates/artemus/ALL/css index 5e9ecb2..6d8e289 100644 --- a/templates/artemus/ALL/css +++ b/templates/artemus/ALL/css @@ -23,11 +23,11 @@ h6 { font-size: 80%; } background-color: #d89433; background-image: url(/img/logo.jpg); background-repeat: no-repeat; - text-align: left; + text-align: right; color: white; } -/*.top .slogan { float: left; }*/ +.top .slogan { padding-top: 54px; padding-left: 4em; } .topnav { background: #eeeecd; } .topnav ul { list-style-type: none; margin: 0; padding: 0; } -- 2.11.4.GIT