Remove styles for empty anchors in wiki, fixes #62

This commit is contained in:
mrliptontea
2017-09-03 13:20:38 +01:00
parent f572a55b7c
commit c595f5b66f
3 changed files with 2 additions and 8 deletions

View File

@@ -69,6 +69,7 @@ Latest (master):
* Introduce project tiles on projects list page (enabled by default, can be switched off by setting `$use-project-tiles` to `false`)
* Fixed #44: adjust width of the label column on the login form
* Merged #49: German translations
* Fixed #62: anchors won't scroll the page
v1.8.0 (2016-11-20):

View File

@@ -3,13 +3,6 @@
font-size: $wiki-font-size;
@if $wiki-page-more-vertical-space {
// Anchors will make headers more separated,
// and it will look better when you open page with hash in URL
a[name]:empty {
display: block;
overflow: hidden;
}
// Add some space between list items
ul,
ol {

File diff suppressed because one or more lines are too long