]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed some formatting issues in CSS files
authorcash <cash.costello@gmail.com>
Sat, 26 Jan 2013 19:16:51 +0000 (14:16 -0500)
committercash <cash.costello@gmail.com>
Sat, 26 Jan 2013 19:16:51 +0000 (14:16 -0500)
mod/groups/views/default/groups/css.php
views/default/css/elements/layout.php
views/default/css/elements/modules.php
views/default/css/elements/typography.php

index f475f7d9e907dd7b203c586c63923243cdcb6850..6f710ddab90b31675d463dafa1e79edc7c4698ad 100644 (file)
@@ -10,8 +10,8 @@
        margin-right: 10px;
 }
 .groups-profile img {
-    width: 100%;
-    height: auto;
+       width: 100%;
+       height: auto;
 }
 .groups-stats {
        background: #eeeeee;
index 25a2bffb7f052d94b87c1cb0397d695a1a350140..9d92752b4aeae5825c87186a3de71078effe1d9b 100644 (file)
 }
 .elgg-page-footer a:hover {
        color: #666;
-}
\ No newline at end of file
+}
index 74092c774b9300b9f5dd5fcce5fecbee5620de73..a37ae094bf9f99db5a28f456bee179ab89be8d95 100644 (file)
@@ -191,4 +191,4 @@ a.elgg-widget-collapsed:before {
 .elgg-widget-placeholder {
        border: 2px dashed #dedede;
        margin-bottom: 15px;
-}
\ No newline at end of file
+}
index 4c2c3c77472751d0e93bfefbeff5f565e4aeb4bf..c044cb1cc19c148af73dbd56585ca35187200493 100644 (file)
@@ -157,6 +157,6 @@ h6 { font-size: 0.8em; }
        padding: 3px 5px;
 }
 .elgg-output img {
-    max-width: 100%;
-    height: auto;
-}
\ No newline at end of file
+       max-width: 100%;
+       height: auto;
+}