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

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Tam <sere@live.hk>2019-08-01 00:31:00 +0300
committerVincent Tam <sere@live.hk>2019-08-01 00:31:00 +0300
commitac4b6666c76b121bad7769ab0e1cf4a3d92f24e4 (patch)
treeef5bdff265ae15d2f825dc0dfc371bd6586ed147
parent15fc33d78b495dafff7f2c3b78cca628bc3bfc98 (diff)
Enlarged max width of TOC to 60%
-rw-r--r--assets/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 7562358..55f29bc 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -262,7 +262,7 @@ label {
float: right
}
#TableOfContents {
- max-width: 50%
+ max-width: 60%
}
.gallery-item {
width: 33%