/* 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;
}
.urlwordbreakall {
word-break: break-all;
}