提交 e66fa410 编写于 作者: A Alex Braha Stoll

Improve style of wiki page lists

上级 f25344e3
......@@ -130,6 +130,10 @@
margin: 5px 0 10px;
}
ul.wiki-pages ul {
padding-left: 15px;
}
.wiki-sidebar-header {
padding: 0 $gl-padding $gl-padding;
......@@ -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;
}
}
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册