diff options
Diffstat (limited to 'data/default.css')
-rw-r--r-- | data/default.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/data/default.css b/data/default.css index cd8b1af8e..399ca1410 100644 --- a/data/default.css +++ b/data/default.css @@ -56,22 +56,6 @@ p, li { padding-right: 10px; } -#login-form { - visibility: hidden; - position: absolute; - right: 0; - top: 0; - - /* these help to keep the box displayed once the user hovered over login*/ - padding-top: 35px; - padding-left: 10px; - padding-bottom: 10px; -} - -a:hover #login-form { - visibility: visible; -} - .top a { color: lightblue; } |