From 4675eb6ff63edf0cecc2e9ec39f18bc62e32c006 Mon Sep 17 00:00:00 2001 From: Juliane Clausen Date: Thu, 7 Aug 2014 15:02:16 +0200 Subject: Created a non-fluid table class to fix the 100% width tables --- css/local.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css') 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; +} -- cgit v1.2.1