diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-14 00:11:51 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-14 00:11:51 +0200 |
commit | b77debae24f7828e3b8876179396bd606a9fd773 (patch) | |
tree | 432eed09f7e30283ba8e37317fc2ac1ec7585a6f /theme/stylesheets/variables.less | |
parent | 9ffa462111b1d5b4c954464416fdc8daf69c9d3f (diff) | |
download | gitbook-b77debae24f7828e3b8876179396bd606a9fd773.zip gitbook-b77debae24f7828e3b8876179396bd606a9fd773.tar.gz gitbook-b77debae24f7828e3b8876179396bd606a9fd773.tar.bz2 |
Made progress bar static
Diffstat (limited to 'theme/stylesheets/variables.less')
-rwxr-xr-x | theme/stylesheets/variables.less | 2 |
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%); |