This commit is contained in:
Ben Ogle
2013-08-28 11:57:19 -07:00
parent 815ffe2ac1
commit d32e0c9773
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ section {
&.bordered {
margin: 0;
padding: @component-padding*2 0;
padding: @component-padding*3 0;
border-top: 1px solid @tool-panel-border-highlight-color;
border-bottom: 1px solid @tool-panel-border-color;

View File

@@ -65,6 +65,6 @@
// Non-api variables
// Dont use these! They may change, and all themes may not support them.
// Dont use these in your package! They may change, and all themes may not support them.
@badge-background-color: lighten(@tool-panel-background-color, 10%);