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>2018-04-30 05:51:02 +0300
committerparsiya <parsiya@gmail.com>2018-04-30 05:51:02 +0300
commitbe1373dfc0ec402ed42f6249b411eda7f1c1af2f (patch)
tree7d90674caccc8921440966790c5438e70cc9d45f
parent8338c20bc222e0feb5f1ce8c7a090f36438b9969 (diff)
Change Chroma tab width to 4 in CSS
-rwxr-xr-xstatic/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 3defa47..8e5b895 100755
--- a/static/css/hugo-octopress.css
+++ b/static/css/hugo-octopress.css
@@ -1931,7 +1931,7 @@ figure a {
/* Chroma - start */
-/* Background */ .chroma { color: #93a1a1; background-color: #002b36 }
+/* Background */ .chroma { color: #93a1a1; background-color: #002b36; tab-size: 4; }
/* Other */ .chroma .x { color: #cb4b16 }
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; display: block; }