summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-10 02:34:39 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-10 02:34:39 +0200
commit8882373b66e27cb306a9a84e337adb62b9451c45 (patch)
tree1ff704089beea2de5a7aa34e26f5839497768a6a
parentCSS update (diff)
downloadgitjoe-www-8882373b66e27cb306a9a84e337adb62b9451c45.tar.gz
gitjoe-www-8882373b66e27cb306a9a84e337adb62b9451c45.tar.bz2
gitjoe-www-8882373b66e27cb306a9a84e337adb62b9451c45.tar.xz
gitjoe-www-8882373b66e27cb306a9a84e337adb62b9451c45.tar.zst
gitjoe-www-8882373b66e27cb306a9a84e337adb62b9451c45.zip
Set up tab size
-rw-r--r--css/gitjoe.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css
index 8a0f87d..4009b38 100644
--- a/css/gitjoe.css
+++ b/css/gitjoe.css
@@ -140,6 +140,8 @@ a.line:hover {
pre {
font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
font-size: smaller;
+ tab-size: 4;
+ -moz-tab-size: 4;
background-color: #dfdfdf;
border-radius: 4px;
display: block;