Basic group profile and web/logo/description fields of the Group model
[xnet] / xnet / site / static / css / groups.css
index 5ca99d8..db2d9a7 100644 (file)
 .group_list li {
     list-style: none;
 }
+
+.group-desc .logo {
+    float: right;
+    margin: 0;
+}
+.group-desc p {
+    float: left;
+    clear: left;
+}