Merge "Reduce bottom margin of reference names"

This commit is contained in:
jenkins-bot 2014-07-30 19:14:41 +00:00 committed by Gerrit Code Review
commit fac659d46c

View file

@ -13,6 +13,6 @@
.ve-ui-mwReferenceSearchWidget-name {
float: right;
margin-left: 0.75em;
margin-bottom: 0.75em;
margin-bottom: 0.05em;
color: #777;
}