diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-14 23:23:28 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-14 23:23:28 +0100 |
commit | 94485621560152cf197dc8bd603774c46de2f0ef (patch) | |
tree | 189aa8349423187a807dd2c2a4b3639d1a752213 /theme/stylesheets | |
parent | 8320484b88f2481dad276b1912831110fdf75bcd (diff) | |
download | gitbook-94485621560152cf197dc8bd603774c46de2f0ef.zip gitbook-94485621560152cf197dc8bd603774c46de2f0ef.tar.gz gitbook-94485621560152cf197dc8bd603774c46de2f0ef.tar.bz2 |
Add editorconfig and normalize indent
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-x | theme/stylesheets/website.less | 4 | ||||
-rw-r--r-- | theme/stylesheets/website/font-settings.less | 22 |
2 files changed, 13 insertions, 13 deletions
diff --git a/theme/stylesheets/website.less b/theme/stylesheets/website.less index 3a5258b..4f4217c 100755 --- a/theme/stylesheets/website.less +++ b/theme/stylesheets/website.less @@ -41,7 +41,7 @@ html { body { text-rendering: optimizeLegibility; - font-smoothing: antialiased; - font-family: @font-family-base; + font-smoothing: antialiased; + font-family: @font-family-base; font-size: @font-size-base; } diff --git a/theme/stylesheets/website/font-settings.less b/theme/stylesheets/website/font-settings.less index dc3fb7e..b35973f 100644 --- a/theme/stylesheets/website/font-settings.less +++ b/theme/stylesheets/website/font-settings.less @@ -1,15 +1,15 @@ .book-header{ - #font-settings-wrapper{ - #enlarge-font-size, #reduce-font-size { - line-height: 30px; - } + #font-settings-wrapper{ + #enlarge-font-size, #reduce-font-size { + line-height: 30px; + } - #enlarge-font-size{ - font-size: 1.4em; - } - #reduce-font-size{ - font-size: 1em; - } - } + #enlarge-font-size{ + font-size: 1.4em; + } + #reduce-font-size{ + font-size: 1em; + } + } } |