Slight tweak for the cats/tags elements

References #239
This commit is contained in:
Matthias Mees 2015-01-19 12:24:20 +01:00
parent ed880162cb
commit dad7daf429

View File

@ -1807,6 +1807,8 @@ form > .button_link:first-of-type,
.taxonomy li {
display: inline-block;
margin: 0 .5714em .3571em 0;
position: relative;
top: -2px;
}
.taxonomy .selected {
@ -1816,7 +1818,7 @@ form > .button_link:first-of-type,
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 .5em;
padding: .1428em .5em 0;
text-align: center;
}