summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rwxr-xr-xcss/local.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/local.css b/css/local.css
index db6e57e6..746e35c4 100755
--- a/css/local.css
+++ b/css/local.css
@@ -1,3 +1,8 @@
/* ikiwiki local style sheet */
/* Add local styling here, instead of modifying bootstrap.min.css. */
+
+/* Add this class to a bootstrap table to not make it take 100% of the width */
+.table-nonfluid {
+ width: auto;
+}