Fix tagreference, fixes #1160

This commit is contained in:
Tom MacWright
2013-03-27 16:05:33 -04:00
parent a47026f5d7
commit 2c1e598a1e
2 changed files with 25 additions and 8 deletions
+11
View File
@@ -1280,6 +1280,17 @@ div.combobox {
overflow: hidden;
}
.additional-tags div.tag-help {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background:#fff;
}
.additional-tags .tag-help .tag-reference-wrap {
padding: 10px;
}
img.wiki-image {
float: left;
max-width: 33.3333%;