diff options
Diffstat (limited to 'slate/bootswatch.less')
-rwxr-xr-x | slate/bootswatch.less | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/slate/bootswatch.less b/slate/bootswatch.less index 1f14809b..14c24751 100755 --- a/slate/bootswatch.less +++ b/slate/bootswatch.less @@ -19,10 +19,12 @@ code, pre { // SCAFFOLDING // ----------------------------------------------------- -hr, legend, .page-header { - border-top: none; - border-bottom: 1px solid darken(@grayDarker, 5%); - background-color: transparent; +legend, .page-header { + border-bottom: 1px solid @hrBorder; +} + +hr { + border-bottom: none; } // NAVBAR |