diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-18 07:45:06 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-18 07:45:06 -0700 |
commit | 3a0c6d6c6d33bf343c832be3bc38ec85062588c4 (patch) | |
tree | 282137f4ac2b4d28bdbacd1052cb975dc6647385 /theme/base | |
parent | ba3a484a655f93329463465d224dfc6ae6494434 (diff) | |
parent | c442b400b985cb9e30bf036007bcffc96807d5a3 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'theme/base')
-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; +} + |