diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2014-05-26 11:27:27 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@gmail.com> | 2014-05-26 11:27:27 -0700 |
commit | 115fba837c45fef5b3e203b633cc198dcb77ff5f (patch) | |
tree | a9fd1fdfa96238da0d645d0b8589d22425fe6656 /theme/stylesheets/variables.less | |
parent | 4df51546b2bd29a2dd3a5b11eeca80a157f6ffb1 (diff) | |
parent | a0d56460343937451326237107944941b16cdbb9 (diff) | |
download | gitbook-115fba837c45fef5b3e203b633cc198dcb77ff5f.zip gitbook-115fba837c45fef5b3e203b633cc198dcb77ff5f.tar.gz gitbook-115fba837c45fef5b3e203b633cc198dcb77ff5f.tar.bz2 |
Merge pull request #265 from GitbookIO/feature/levels
More than two section level in summary
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 15048cb..ea18125 100755 --- a/theme/stylesheets/variables.less +++ b/theme/stylesheets/variables.less @@ -20,7 +20,7 @@ @sidebar-color: hsl(207, 15%, 80%); @sidebar-background: hsl(207, 15%, 95%); -@sidebar-nested-padding: 10px; +@sidebar-nested-padding: 20px; @sidebar-search-padding: 6px; @sidebar-search-background: transparent; |