summaryrefslogtreecommitdiff
path: root/local.css
blob: 631a41f567913ddc18fd121e6d3719f3381ec0ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */

/* Tables */
table
{
    padding:0px;
}
 
th
{
    text-align:center;
    vertical-align:top;
}
 
tr
{
    font-weight:normal;
}
 
td
{
    padding:0px;
    text-align:left;
    vertical-align:top;
}