diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-18 10:52:40 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-18 10:52:40 -0700 |
commit | bde571728d5471feeb1d6ae0647b5f09346e6d5c (patch) | |
tree | 048cf14b97250e645625c79578f9d1e8c997cf5a /theme | |
parent | 65457e73bfc8fe04ad57acce7800cd7640f30e7e (diff) | |
parent | 3a0c6d6c6d33bf343c832be3bc38ec85062588c4 (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
* '0.8.x' of git@gitorious.org:laconica/dev:
Display more oembed info in attachment popup.
order notices in a conversation
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index d6ecef2fc..daf5ada1c 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1284,3 +1284,9 @@ display:none; .guide { clear:both; } + +dl.oembed_info dt, +dl.oembed_info dd { +display: inline; +} + |