Merge pull request #9516 from SvenDowideit/tweak-sidebar-css-for-more-spacing
this v spacing irritated me while i was reading Upstream-commit: 0bd51836c8c06f79db9eb355375427f2d039d37e Component: engine
This commit is contained in:
@ -29,13 +29,17 @@
|
||||
font-weight: 700;
|
||||
color: #394d54;
|
||||
line-height: 1;
|
||||
margin: 0px 0 10px 0;
|
||||
margin: 10px 0 10px 0;
|
||||
padding-left: 20px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#leftnav li.active {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.content-body {
|
||||
padding: 0px 0px 0px 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user