summaryrefslogtreecommitdiff
path: root/local.css
blob: fb04d456f48ba1f61279612ef7760f7fcc4f7d99 (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
28
/* ikiwiki local style sheet */

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

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