diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-29 22:07:16 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-29 22:07:16 +0000 |
commit | 1268be4f82123a4dc8260f14813d7babb7f5c9f9 (patch) | |
tree | dc009a2c2944dbea553baa9b1166af60ed0cebb3 /theme/base/css/display.css | |
parent | 5b8e40aaa9bdb0c07cce0cf53cd913b0c397fdc4 (diff) |
Using role for admin indicator. Added margin-left.
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index df4e75633..379f2eeac 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -585,13 +585,14 @@ font-weight:normal; content: ")"; font-weight:normal; } - -.entity_profile dt { -display:none; -} +.entity_profile dt, .entity_profile h2 { display:none; } +.entity_profile .role { +margin-left:11px; +font-style:italic; +} /* entity_profile */ /*entity_actions*/ @@ -1299,6 +1300,3 @@ display:none; .guide { clear:both; } -.admin_indicator { -font-style:italic; -}
\ No newline at end of file |