]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
elgg-river-message and elgg-river-attachments now get the old
authorEvan Winslow <evan@elgg.org>
Tue, 14 Jun 2011 02:47:17 +0000 (19:47 -0700)
committerEvan Winslow <evan@elgg.org>
Tue, 14 Jun 2011 02:47:17 +0000 (19:47 -0700)
elgg-river-content styling

views/default/css/elements/components.php

index 0fcbe36198759f2d31a5612965f18a26fb1b8fcd..4b0034dd32e5305ac88301eab22c9426cf8fcc53 100644 (file)
        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 ?>