summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/variables.less
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-14 00:11:51 +0200
committerSamy Pessé <samypesse@gmail.com>2014-04-14 00:11:51 +0200
commitb77debae24f7828e3b8876179396bd606a9fd773 (patch)
tree432eed09f7e30283ba8e37317fc2ac1ec7585a6f /theme/stylesheets/variables.less
parent9ffa462111b1d5b4c954464416fdc8daf69c9d3f (diff)
downloadgitbook-b77debae24f7828e3b8876179396bd606a9fd773.zip
gitbook-b77debae24f7828e3b8876179396bd606a9fd773.tar.gz
gitbook-b77debae24f7828e3b8876179396bd606a9fd773.tar.bz2
Made progress bar static
Diffstat (limited to 'theme/stylesheets/variables.less')
-rwxr-xr-xtheme/stylesheets/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/stylesheets/variables.less b/theme/stylesheets/variables.less
index f19e615..383575b 100755
--- a/theme/stylesheets/variables.less
+++ b/theme/stylesheets/variables.less
@@ -50,7 +50,7 @@
@bar-left: @sidebar-width;
@bar-right: 0;
@bar-top: 50px;
-@bar-position: fixed;
+@bar-position: static;
@bar-background: white;
@bar-progress-background: hsl(120, 60%, 50%);