summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-18 16:01:10 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-18 16:01:10 +0000
commitfbae20812329cb4c5a1eabdb5e746488680d1b08 (patch)
treea27087c8fca09ae628ba7d20c4e06861985c672e /theme
parentb4b686c1185c8b5c923f584b097371b21fa5198f (diff)
Display noned legend of the login fieldset.
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 9146a2bf5..6f7f9aedf 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -135,7 +135,8 @@ display:inline;
font-weight:bold;
}
-#form_settings_profile legend {
+#form_settings_profile legend,
+#form_login legend {
display:none;
}