diff options
Diffstat (limited to 'cyborg/bootswatch.less')
-rwxr-xr-x | cyborg/bootswatch.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less index c4ce362d..ac76c7bb 100755 --- a/cyborg/bootswatch.less +++ b/cyborg/bootswatch.less @@ -46,7 +46,7 @@ hr { } .page-header { - border-bottom: 2px solid @blue + border-bottom: 2px solid @blue } // NAVBAR @@ -399,8 +399,8 @@ legend, label { border-bottom: 0px solid #222; } -.form-actions, .footer { - border-top: 0px solid #222; +.form-actions, footer.footer { + border-top: 1px solid #222; } |