Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya <parsiya@gmail.com>2017-11-12 08:04:10 +0300
committerparsiya <parsiya@gmail.com>2017-11-12 08:04:10 +0300
commit193373419506ff77267ed21a49574d14ad64dc40 (patch)
treeb4bce37cd52e5ee418894040086b42da343e9980
parent5ea5b52bace56cb2088a9218b2727013ebd188e0 (diff)
Remove extra important in CSS
-rw-r--r--static/css/hugo-octopress.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/hugo-octopress.css b/static/css/hugo-octopress.css
index eb15386..842fc64 100644
--- a/static/css/hugo-octopress.css
+++ b/static/css/hugo-octopress.css
@@ -1443,7 +1443,7 @@ div.linenodiv > pre > code
{
overflow: scroll;
overflow-y: hidden;
- display: inline; !important
+ display: inline;
}
/* End fix codecaption and the new Chroma highlighter */