menu: reduce the vertical padding beween elements by half

Doing tab conversion makes the space waste more obvious than ever.
Try to close the gap a little, open for discussion!
This commit is contained in:
Franco Fichtner 2015-09-26 08:49:09 +02:00
parent 86cdd1fbfe
commit e6d6c76956
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
.list-group-item {
position: relative;
display: block;
padding: 12px 20px;
padding: 6px 20px;
// Place the border on the list items and negative margin up for better styling
margin-bottom: -1px;
background-color: $list-group-bg;

View File

@ -4311,7 +4311,7 @@ a.thumbnail.active {
.list-group-item {
position: relative;
display: block;
padding: 12px 20px;
padding: 6px 20px;
margin-bottom: -1px;
background-color: #fff; }
.list-group-item:last-child {