From 07168a4af90b167e4682b36c0eb6e90ee4d25781 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Fri, 12 Oct 2012 08:29:51 +0200 Subject: Improved css for the loggin page. --- source/css/log.css | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) (limited to 'source/css/log.css') diff --git a/source/css/log.css b/source/css/log.css index 71a61f8e..9ffd499a 100644 --- a/source/css/log.css +++ b/source/css/log.css @@ -1,7 +1,5 @@ body { font:normal medium 'Gill Sans','Gill Sans MT',Verdana,sans-serif; - margin:1.75em auto; - width:40.8em; line-height:1.75; } @@ -37,29 +35,18 @@ h3 { } hr { - border-style:dotted; + der-style:dotted; height:1px; border-width: 1px 0 0 0; margin:1.45em 0 1.4em; padding:0; } -.right blockquote { - float: right; - position: relative; - clear: both; - padding-top: 1em; - padding-bottom: 0em; - margin-bottom: 0em; - font-style: italic; - width: 100%; - margin-right: 0em; -} - -blockquote.right { - width: 50%; - margin-left: 50%; - margin-right: 0em; +#logform { + text-align:center; + clear: both; + position: float; + margin-top: 10%; } #footer { -- cgit