projects
/
wiki.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
indent p and pre a bit
[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
p {
14
margin-left: 10px;
15
}
16
17
pre {
18
border: 1px solid #DEDEDE;
19
margin-left: 10px;
20
}
21
22
code {
23
background-color: #F8F8F8;
24
border: 1px solid #DEDEDE;
25
}
26
27
pre code {
28
border: none;
29
}