Basic group list
[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 }