From 105102b01896778a8233f1cfb8ef0fc206b5173b Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Thu, 24 Sep 2015 15:25:06 -0300 Subject: [PATCH] Update css content encoding --- src/app/layout.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/layout.scss b/src/app/layout.scss index 4418a81..4082a4e 100644 --- a/src/app/layout.scss +++ b/src/app/layout.scss @@ -9,7 +9,6 @@ display: table-cell; float: none; height: 100%; - background-color: #181e21; } .col-top { @@ -224,7 +223,7 @@ ul.list-color li:before { } ul.list-color li:before { - content: "• "; + content: "\2022"; font-weight: bold; font-size: 20px; position: relative; @@ -333,7 +332,7 @@ blockquote { position: relative; margin: 0px; border-left: none; - // line-height: 28px; + &:before { content: "\231C"; font-size: 300px; -- libgit2 0.21.2