aboutsummaryrefslogtreecommitdiff
path: root/source/css/log.css
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2012-10-12 08:29:51 +0200
committercedricbonhomme <devnull@localhost>2012-10-12 08:29:51 +0200
commit07168a4af90b167e4682b36c0eb6e90ee4d25781 (patch)
treee664aaca7285a6b17002856b0c1fff701f57d4dd /source/css/log.css
parentAdded log.css (diff)
downloadnewspipe-07168a4af90b167e4682b36c0eb6e90ee4d25781.tar.gz
newspipe-07168a4af90b167e4682b36c0eb6e90ee4d25781.tar.bz2
newspipe-07168a4af90b167e4682b36c0eb6e90ee4d25781.zip
Improved css for the loggin page.
Diffstat (limited to 'source/css/log.css')
-rw-r--r--source/css/log.css25
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 {
bgstack15