summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-03-14 23:23:28 +0100
committerSamy Pessé <samypesse@gmail.com>2015-03-14 23:23:28 +0100
commit94485621560152cf197dc8bd603774c46de2f0ef (patch)
tree189aa8349423187a807dd2c2a4b3639d1a752213 /theme/stylesheets
parent8320484b88f2481dad276b1912831110fdf75bcd (diff)
downloadgitbook-94485621560152cf197dc8bd603774c46de2f0ef.zip
gitbook-94485621560152cf197dc8bd603774c46de2f0ef.tar.gz
gitbook-94485621560152cf197dc8bd603774c46de2f0ef.tar.bz2
Add editorconfig and normalize indent
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-xtheme/stylesheets/website.less4
-rw-r--r--theme/stylesheets/website/font-settings.less22
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;
+ }
+ }
}