diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-06-18 06:02:12 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-06-18 06:02:12 -0400 |
commit | 65b4cfbb54f5b44820dd02bb9c3c2ca98dbbd321 (patch) | |
tree | 2f9bc8588d1e77b1e4ce6896e6b841f5c276437f /theme/base | |
parent | 85b4c24188502ce3f8cef32cfba37ab91c8a648f (diff) |
Display more oembed info in attachment popup.
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 9e35d015d..dd787f5e2 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1276,3 +1276,9 @@ display:none; .guide { clear:both; } + +dl.oembed_info dt, +dl.oembed_info dd { +display: inline; +} + |