Fix showing cats/tags list overlay on clicking cats/tags list
This was broken due to my recent markup changes. Also added lang constants for the tags list, but since we could label it better, introduced new lang constants for it. References #239
This commit is contained in:
@ -1783,6 +1783,11 @@ form > .button_link:first-of-type,
|
||||
padding-bottom: .583335em;
|
||||
}
|
||||
|
||||
.taxonomy h3,
|
||||
.taxonomy li {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.taxonomy h3 {
|
||||
float: left;
|
||||
line-height: 1.5em;
|
||||
|
Reference in New Issue
Block a user