blob: e3a83c9b23dba45b2a2a8dec3025d5cf661b872c (
plain)
1
2
3
4
5
6
7
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;
}
|