diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 17:49:55 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 17:49:55 +0000 |
commit | 32debdac66eed90e5b93b29eda7cbc264e5dfa4e (patch) | |
tree | 8cc9ca7a5c97f15834d2aab4abe3ef437b9fd8b0 | |
parent | 8daec3c245fd1127ea96e0ef1312fcad91b53a3f (diff) |
Profile tag dt display inline and margin
-rw-r--r-- | theme/base/css/display.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 23f04f761..e49f27dfb 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -691,6 +691,11 @@ clear:none; display:block; width:auto; } +.profile .entity_profile .entity_tags dt { +display:inline; +margin-right:11px; +} + .profile .entity_profile .form_subcription_edit label { font-weight:normal; |