Skip to content
Snippets Groups Projects
Commit e66fa410 authored by Alex Braha Stoll's avatar Alex Braha Stoll
Browse files

Improve style of wiki page lists

parent f25344e3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -130,6 +130,10 @@
margin: 5px 0 10px;
}
 
ul.wiki-pages ul {
padding-left: 15px;
}
.wiki-sidebar-header {
padding: 0 $gl-padding $gl-padding;
 
Loading
Loading
@@ -138,3 +142,15 @@
}
}
}
ul.wiki-pages-list.content-list {
& ul {
list-style: none;
margin-left: 0;
padding-left: 15px;
}
& ul li {
padding: 5px 0;
}
}
Loading
Loading
@@ -13,7 +13,7 @@
= icon('cloud-download')
Clone repository
 
%ul.content-list
%ul.wiki-pages-list.content-list
- @wiki_directories.each do |wiki_directory, wiki_pages|
- if wiki_directory == '/'
= render 'wiki_pages', wiki_pages: wiki_pages
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment