diff options
Diffstat (limited to 'theme/scss')
-rw-r--r-- | theme/scss/_base.scss | 2 | ||||
-rw-r--r-- | theme/scss/default.scss | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/theme/scss/_base.scss b/theme/scss/_base.scss index ec99dd4..a5b99cb 100644 --- a/theme/scss/_base.scss +++ b/theme/scss/_base.scss | |||
@@ -1,3 +1,5 @@ | |||
1 | @charset "UTF-8"; | ||
2 | |||
1 | @import "compass/reset"; | 3 | @import "compass/reset"; |
2 | @import "compass/css3/border-radius"; | 4 | @import "compass/css3/border-radius"; |
3 | @import "compass/css3/box"; | 5 | @import "compass/css3/box"; |
diff --git a/theme/scss/default.scss b/theme/scss/default.scss index 8bc1d3b..77a3f87 100644 --- a/theme/scss/default.scss +++ b/theme/scss/default.scss | |||
@@ -348,7 +348,7 @@ ul { | |||
348 | } | 348 | } |
349 | 349 | ||
350 | > li:before { | 350 | > li:before { |
351 | content: 'ยท'; | 351 | content: '\00B7'; |
352 | margin-left: -1em; | 352 | margin-left: -1em; |
353 | position: absolute; | 353 | position: absolute; |
354 | font-weight: 600; | 354 | font-weight: 600; |