diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 19:43:08 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 19:43:08 +0000 |
commit | 690273e20d98f33e43a490dc129a4d05dd06274c (patch) | |
tree | e758552756a3b75af19000b1ea8087b089e4e285 /theme/base/css/display.css | |
parent | 5cc0391093109a99504d27415a53712421c8e95f (diff) |
notice stlye updates
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index e49f27dfb..44dbff5da 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -754,6 +754,14 @@ margin-right:11px; /*content:":";*/ } +.notice .author .fn { +font-weight:bold; +} + +.notice .author .photo { +margin-bottom:0; +} + .vcard .photo { display:inline; margin-right:11px; @@ -806,7 +814,7 @@ border-radius:4px; /*border:1px solid blue;*/ clear:left; float:left; -width:48%; +/*width:48%;*/ font-size:0.95em; } .notice div.entry-content a, @@ -829,6 +837,10 @@ font-size:1.025em; .notice div.entry-content dd { display:inline; } +.notice div.entry-content .timestamp { +margin-left:59px; +} + .notice div.entry-content .timestamp dt, .notice div.entry-content .response dt { display:none; @@ -845,6 +857,11 @@ text-transform:lowercase; .notice div.entry-content a:hover { } + + + + + .notice-data { position:absolute; top:18px; @@ -867,6 +884,8 @@ float:left; width:50%; position:relative; font-size:0.95em; +width:12.5%; +float:right; } .notice-options a { |