diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-20 20:46:45 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-20 20:46:45 +0000 |
commit | 9c43974d23dd55ce81797f789d59c16c90b5e854 (patch) | |
tree | 77d962e5e5cab4ae1591bb067d2bac012a5ce734 | |
parent | 5abdf8aae19ecdf3e5f5f8b7ecb09c128667587d (diff) |
fn font-style normal
-rw-r--r-- | theme/base/css/display.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 406ba3f9a..3c776aea0 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -528,7 +528,10 @@ clear:none; margin-left:11px; margin-left:4px; margin-right:4px; +} +#user_profile .user_fn .fn { font-weight:bold; +font-style:normal; } #user_profile .user_nickname .nickname { font-style:italic; |