diff options
author | Evan Winslow <evan@elgg.org> | 2011-06-13 19:47:17 -0700 |
---|---|---|
committer | Evan Winslow <evan@elgg.org> | 2011-06-13 19:47:17 -0700 |
commit | dea90f2e6af72473e24e5e67b154754faf84513e (patch) | |
tree | 8c7d4ae843562c009ee7c643b5ea9bc192f7043f | |
parent | 1fd8bd6e296e2b1fc960fde1dd204b6c4e3e8aec (diff) | |
download | elgg-dea90f2e6af72473e24e5e67b154754faf84513e.tar.gz elgg-dea90f2e6af72473e24e5e67b154754faf84513e.tar.bz2 |
elgg-river-message and elgg-river-attachments now get the old
elgg-river-content styling
-rw-r--r-- | views/default/css/elements/components.php | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index 0fcbe3619..4b0034dd3 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -161,12 +161,15 @@ font-style: italic; line-height: 1.2em; } + +.elgg-river-attachments, +.elgg-river-message, .elgg-river-content { - border-left: 1px solid #CCC; - font-size: 85%; - line-height: 1.5em; - margin: 8px 0 5px 0; - padding-left: 5px; + border-left: 1px solid #CCC; + font-size: 85%; + line-height: 1.5em; + margin: 8px 0 5px 0; + padding-left: 5px; } <?php //@todo location-dependent styles ?> |