display changes, mostly in book boxes
[wolnelektury.git] / wolnelektury / static / css / social / shelf_tags.css
1 .social-shelf-tags {
2     list-style: none;
3     padding: 0;
4     margin: 1em 0;
5 }
6
7 .social-shelf-tags li {
8     display: inline-block;
9     margin-right:1em;
10 }
11
12 .social-shelf-tags a {
13     display: block;
14     padding: .3em 1em;
15     background: #ABDADE;
16     color: #0b838d;
17     border-radius: 1em;
18 }