diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-04 14:10:56 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-04 14:10:56 -0700 |
commit | 446d486a0fb725f3df76d9b6e8d2bca02042805b (patch) | |
tree | cfd5405f607fcca196ef5bad6b0b88662c30ccb9 /assets/stylesheets/main.less | |
parent | 07101deaefb8848d40231eea12a3bf0710e6a78e (diff) | |
download | gitbook-446d486a0fb725f3df76d9b6e8d2bca02042805b.zip gitbook-446d486a0fb725f3df76d9b6e8d2bca02042805b.tar.gz gitbook-446d486a0fb725f3df76d9b6e8d2bca02042805b.tar.bz2 |
Add base for theming
Diffstat (limited to 'assets/stylesheets/main.less')
-rw-r--r-- | assets/stylesheets/main.less | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/assets/stylesheets/main.less b/assets/stylesheets/main.less deleted file mode 100644 index 71757a0..0000000 --- a/assets/stylesheets/main.less +++ /dev/null @@ -1,38 +0,0 @@ -@import "vendors/bootstrap/bootstrap.less"; -@import "vendors/fontawesome/font-awesome.less"; - -@import "mixins.less"; -@import "variables.less"; -@import "fonts.less"; - -@import "highlight.less"; - -@import "book/header.less"; -@import "book/summary.less"; -@import "book/body.less"; -@import "book/footer.less"; -@import "book/exercise.less"; -@import "book/markdown.less"; -@import "book/progress.less"; - -* { - -webkit-overflow-scrolling: touch; - -webkit-tap-highlight-color: transparent; - -webkit-text-size-adjust: none; - -webkit-touch-callout: none; - -webkit-font-smoothing: antialiased; -} - -.form-control { - .box-shadow(none); -} - -html, body { - height: 100%; -} - -body { - - font-smoothing: antialiased; - font-family: 'appNormal'; -} |