Fix font settings apply

This commit is contained in:
Samy Pessé
2014-07-30 11:17:28 -07:00
parent b6af14b13e
commit 58f14fd9ca
2 changed files with 7 additions and 7 deletions
File diff suppressed because one or more lines are too long
+6 -6
View File
@@ -103,27 +103,27 @@
}
&.font-size-0 {
.book-body {
.book-body .page-inner section {
font-size:@s-font-size;
}
}
&.font-size-1 {
.book-body {
.book-body .page-inner section {
font-size:@m-font-size;
}
}
&.font-size-2 {
.book-body {
.book-body .page-inner section {
font-size:@l-font-size;
}
}
&.font-size-3 {
.book-body {
&.font-size-3{
.book-body .page-inner section {
font-size:@xl-font-size;
}
}
&.font-size-4 {
.book-body {
.book-body .page-inner section {
font-size:@xxl-font-size;
}
}