diff options
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r-- | amelia/bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css index a4d28b0c..e77662ff 100644 --- a/amelia/bootstrap.css +++ b/amelia/bootstrap.css @@ -3533,11 +3533,14 @@ body { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f8790', endColorstr='#4397a2', GradientType=0); } hr { - border-bottom: 1px solid rgba(256, 256, 256, 0.5); + border-bottom: 1px solid rgba(256, 256, 256, 0.3); } .page-header { border-bottom: 0px solid transparent; } +footer.footer { + border-top: 1px solid rgba(256, 256, 256, 0.3); +} .navbar .navbar-inner { -webkit-border-radius: 0; -moz-border-radius: 0; |