Remove styles for empty anchors in wiki, fixes #62
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user