Basic group profile and web/logo/description fields of the Group model
[xnet] / xnet / site / static / css / groups.css
1 .group_list {
2 float: left;
3 border: solid 1px black;
4 border-radius: 5px;
5 background-color: white;
6 margin: 1%;
7 width: 22%;
8 }
9 .group_list h3 {
10 margin: 0 10px 0 10px;
11 font-size: medium;
12 }
13 .group_list li {
14 list-style: none;
15 }
16
17 .group-desc .logo {
18 float: right;
19 margin: 0;
20 }
21 .group-desc p {
22 float: left;
23 clear: left;
24 }