diff options
author | Juliane Clausen <git@juliane-clausen.de> | 2014-08-07 18:29:38 +0200 |
---|---|---|
committer | Juliane Clausen <git@juliane-clausen.de> | 2014-08-07 18:29:38 +0200 |
commit | 1d738d7b933581e135559ce9df3af953437d2659 (patch) | |
tree | 5fa836dae01ea60e4c2fba6ffbef44aca32e7cd2 /css | |
parent | 4675eb6ff63edf0cecc2e9ec39f18bc62e32c006 (diff) |
some more non-fluid tables
Diffstat (limited to 'css')
-rwxr-xr-x | css/local.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/local.css b/css/local.css index 746e35c4..e3a83c9b 100755 --- a/css/local.css +++ b/css/local.css @@ -4,5 +4,5 @@ /* Add this class to a bootstrap table to not make it take 100% of the width */ .table-nonfluid { - width: auto; + width: auto; } |