diff options
author | cedricbonhomme <devnull@localhost> | 2012-10-12 08:29:51 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-10-12 08:29:51 +0200 |
commit | 07168a4af90b167e4682b36c0eb6e90ee4d25781 (patch) | |
tree | e664aaca7285a6b17002856b0c1fff701f57d4dd /source/css | |
parent | Added log.css (diff) | |
download | newspipe-07168a4af90b167e4682b36c0eb6e90ee4d25781.tar.gz newspipe-07168a4af90b167e4682b36c0eb6e90ee4d25781.tar.bz2 newspipe-07168a4af90b167e4682b36c0eb6e90ee4d25781.zip |
Improved css for the loggin page.
Diffstat (limited to 'source/css')
-rw-r--r-- | source/css/log.css | 25 |
1 files changed, 6 insertions, 19 deletions
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 { |