Use same snippets icon everywhere. Fix list style for bordered-list

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-08-27 00:06:48 +02:00
parent 4ac7f5c949
commit 3d02ead924
No known key found for this signature in database
GPG Key ID: 161B5D6A44D3D88A
2 changed files with 2 additions and 1 deletions

View File

@ -164,6 +164,7 @@
@mixin basic-list {
margin: 5px 0px;
padding: 0px;
list-style: none;
li {
padding: 10px 0;

View File

@ -100,7 +100,7 @@
- if project_nav_tab? :snippets
= nav_link(controller: :snippets) do
= link_to namespace_project_snippets_path(@project.namespace, @project), title: 'Snippets', class: 'shortcuts-snippets', data: {placement: 'right'} do
= icon('file-text-o fw')
= icon('clipboard fw')
%span
Snippets