Fix tree padding broken by bootstrap upgrade

This commit is contained in:
Ben Ogle 2013-08-29 15:20:25 -07:00
parent 6587bbc2dc
commit 7241635fdf
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
@import "octicon-mixins";
.list-group, .list-tree {
margin: 0;
margin: 0; padding: 0;
list-style: none;
li:not(.list-nested-item),

View File

@ -57,7 +57,7 @@
@disclosure-arrow-size: 12px;
@component-padding: 10px;
@component-icon-padding: @line-height-base / 4;
@component-icon-padding: 5px;
@component-icon-size: 16px;
@component-line-height: @line-height-base * 1.25;
@component-border-radius: 2px;