summaryrefslogtreecommitdiff
path: root/amelia/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-10 16:10:19 -0500
committerThomas Park <thomas@thomaspark.me>2012-03-10 16:10:19 -0500
commit30b7d33a6af92df9989765f192afeada2b377168 (patch)
treee1b1c4d454907b0526877431985da3ac5cd48dbf /amelia/bootswatch.less
parent78a84c3b2cfeadf2f338044213b504162a8fabf2 (diff)
amelia: fixed footer
Diffstat (limited to 'amelia/bootswatch.less')
-rwxr-xr-xamelia/bootswatch.less7
1 files changed, 5 insertions, 2 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less
index 41b1de67..f7a1fc92 100755
--- a/amelia/bootswatch.less
+++ b/amelia/bootswatch.less
@@ -32,14 +32,17 @@ body {
}
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
// -----------------------------------------------------