projects
/
wiki.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add css, github-style code highlighting
[wiki.git]
/
local.css
1
/* ikiwiki local style sheet */
2
3
/* Add local styling here, instead of modifying style.css. */
4
5
h2 {
6
font-size: 100%;
7
}
8
9
h3 {
10
font-size: 90%
11
}
12
13
pre {
14
border: 1px solid #DEDEDE;
15
}
16
17
code {
18
background-color: #F8F8F8;
19
border: 1px solid #DEDEDE;
20
}
21
22
pre code {
23
border: none;
24
}