Browse Source

Merge pull request #67 from kazzkiq/patch-1

Making tab-size smaller in highlighted code
Marco Bambini 8 years ago
parent
commit
36b99b8542
1 changed files with 5 additions and 0 deletions
  1. 5 0
      docs/stylesheets/styles.css

+ 5 - 0
docs/stylesheets/styles.css

@@ -21,6 +21,11 @@ pre {
 	background-color: transparent;
 	background-color: transparent;
 }
 }
 
 
+/* Highlight tab size */
+.hljs {
+	tab-size: 2;
+}
+
 /***** NAVBAR *****/
 /***** NAVBAR *****/
 .navbar-brand {
 .navbar-brand {
     padding-top: 7px;
     padding-top: 7px;