Fixing tags bullet joiner

This commit is contained in:
Lucas Cimon
2017-08-15 23:57:43 +02:00
parent e963d49d9b
commit 00defb07c0
3 changed files with 12 additions and 6 deletions

View File

@@ -174,15 +174,16 @@ a {
color: #FF6600; }
.mg-tags {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-align: right; }
.mg-tag {
margin: 0 .5rem;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color: #FF6600; }
.mg-tag:hover {
text-decoration: none;
color: #FF6600; }
.mg-tag > .uk-icon-tag {
display: inline; /* so that the icon stick with the tag label */
margin-right: .2rem; }
.mg-list-title {