summaryrefslogtreecommitdiffstats
path: root/assets/stylesheets
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-01 18:49:20 -0700
committerSamy Pessé <samypesse@gmail.com>2014-04-01 18:49:20 -0700
commite77e3b724e5875b698e27c3cea32c6f259161cc1 (patch)
treeb47eccc488b02d5d970ddccc70a14c2879e2dc74 /assets/stylesheets
parentd3135897365bc6f4015d3ce425e850b732b2afa6 (diff)
downloadgitbook-e77e3b724e5875b698e27c3cea32c6f259161cc1.zip
gitbook-e77e3b724e5875b698e27c3cea32c6f259161cc1.tar.gz
gitbook-e77e3b724e5875b698e27c3cea32c6f259161cc1.tar.bz2
Improve footer navigation
Diffstat (limited to 'assets/stylesheets')
-rw-r--r--assets/stylesheets/book/footer.less10
1 files changed, 3 insertions, 7 deletions
diff --git a/assets/stylesheets/book/footer.less b/assets/stylesheets/book/footer.less
index 8b8bd55..e798318 100644
--- a/assets/stylesheets/book/footer.less
+++ b/assets/stylesheets/book/footer.less
@@ -6,6 +6,8 @@
width: 100%;
height: 80px;
+ padding: 10px;
+
overflow: hidden;
color: #fff;
@@ -16,7 +18,7 @@
width: 100%;
height: 100%;
font-size: 24px;
- line-height: 80px;
+ line-height: 60px;
background: @brand-success;
color: inherit;
@@ -34,12 +36,6 @@
&.finished, &.finished:hover {
background: darken(@btn-success-bg, 5%);
}
-
- @media (max-width: 600px) {
- span {
- display: none;
- }
- }
}
}
} \ No newline at end of file