summaryrefslogtreecommitdiff
path: root/css/local.css
blob: 0857685f9b4b28b6bf88dd2b4b24cceadf4b8b02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* 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;
}
table.half-width-img th {
        width: 50%;
}
table.half-width-img th {
        width: 100%;
        height: auto;
}