diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-18 23:28:08 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-18 23:28:08 +0000 |
commit | 8b5bcae58fba59734a566315f04499fcc1433c75 (patch) | |
tree | 99e05cd702fa23dad02013d137bf4b624996c00a /theme | |
parent | 806200379d2e35a5cbf5ce4940474e1cbdd1f1a0 (diff) | |
parent | dcd69eec9098fd6bc6340a233796d6b242953057 (diff) |
Merge branch '0.7.x' into 0.8.x
Conflicts:
EVENTS.txt
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 10fc63638..547752b51 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -495,7 +495,7 @@ line-height:1.618; /* entity_profile */ .entity_profile { position:relative; -width:67.702%; +width:74.702%; min-height:123px; float:left; margin-bottom:18px; @@ -531,12 +531,15 @@ margin-bottom:4px; .entity_profile .entity_nickname { margin-left:11px; display:inline; -font-weight:bold; } .entity_profile .entity_nickname { margin-left:0; } - +.entity_profile .fn, +.entity_profile .nickname { +font-size:1.1em; +font-weight:bold; +} .entity_profile .entity_fn dd:before { content: "("; font-weight:normal; @@ -558,7 +561,7 @@ display:none; /*entity_actions*/ .entity_actions { float:right; -margin-left:4.35%; +margin-left:2.35%; max-width:25%; } .entity_actions h2 { |