aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-02-07 21:56:32 +0100
committerAlex Legler <alex@a3li.li>2015-02-07 21:56:32 +0100
commit6f083ee4b2ce63812811f86f22e0acc659ff8ffc (patch)
treeae0b0d09aa2bdfc2ee57f80f58174329e025e44d
parentUpdate the sizes of the black things (diff)
downloadtyrian-theme-6f083ee4b2ce63812811f86f22e0acc659ff8ffc.tar.gz
tyrian-theme-6f083ee4b2ce63812811f86f22e0acc659ff8ffc.tar.bz2
tyrian-theme-6f083ee4b2ce63812811f86f22e0acc659ff8ffc.zip
Reduce box-shadow on the footer a bit
-rw-r--r--sources/css/tyrian/less/footer.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/css/tyrian/less/footer.less b/sources/css/tyrian/less/footer.less
index d8a9805..b324a81 100644
--- a/sources/css/tyrian/less/footer.less
+++ b/sources/css/tyrian/less/footer.less
@@ -1,11 +1,11 @@
footer {
background-color: @footer-bg;
color: #444;
- border-top: 1px solid darken(@footer-bg, 10%);
+ border-bottom: 1px solid darken(@footer-bg, 10%);
margin-top: 2em;
padding-top: 0.5em;
padding-bottom: 1em;
- .box-shadow(~"inset 0 -1px 15px 0 rgba(0,0,0,.15)");
+ .box-shadow(~"inset 0 -1px 5px 0 rgba(0,0,0,.1)");
background-image: url('black-thing.png'), url('znurt.png');
background-position: right bottom, right top;
background-repeat: no-repeat;