comparison bio/static/css/bio.css @ 609:678a1a2ef55a

For issue 16, add country flag icons to user profiles & forum posts.
author Brian Neal <bgneal@gmail.com>
date Sat, 28 Jul 2012 15:12:09 -0500
parents ee87ea74d46b
children
comparison
equal deleted inserted replaced
608:8ddd6490cbc9 609:678a1a2ef55a
34 } 34 }
35 35
36 div.members-list tr.odd { 36 div.members-list tr.odd {
37 background-color: #ddd; 37 background-color: #ddd;
38 } 38 }
39
40 div.flag {
41 float:left;
42 text-size: small;
43 font-weight: bold;
44 }
45 div.flag img {
46 vertical-align: middle;
47 margin-bottom: 3px;
48 }