diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-05-26 17:33:10 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-05-26 17:33:10 +0200 |
commit | 2f8af5f136fb99412f21525f8400871492a64767 (patch) | |
tree | b2847c1359619fba44382ef346695bcd382abb21 /theme/stylesheets/variables.less | |
parent | 8b7abbd6f489c71f9c3b657d2a989b00fcdb09b7 (diff) | |
download | gitbook-2f8af5f136fb99412f21525f8400871492a64767.zip gitbook-2f8af5f136fb99412f21525f8400871492a64767.tar.gz gitbook-2f8af5f136fb99412f21525f8400871492a64767.tar.bz2 |
Improve design of summary for deep articles
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; |