Commit d23add88 authored by csillag's avatar csillag

Fix CSS regression: color some of the tags white (for gray bg)

parent cdff5145
......@@ -1073,6 +1073,15 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
overflow: hidden;
}
// Specific rules for tags on the displayer page
.gray-tags .tags {
// Make tags white (on gray bg)
li { background: white; }
// Don't show the stub of the editor
li.tagit-new { display: none; }
}
h3.tagstream, h3.userstream {
letter-spacing: normal;
word-spacing: normal;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment