repo.or.cz
/
htmlpurifier-web.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Publish "Contribute" documentation.
[htmlpurifier-web.git]
/
phorum.css
blob
025624fbc2897e6368f0c6f72aa4f9409cb2858b
1
2
/* Our styles */
3
4
p
{
5
margin
:
1em 0
;
6
text-indent
:
0
;
7
}
8
9
pre
{
10
margin
:
0.8em 2em
;
11
padding
:
0.5em 0.8em
;
12
background
:
#EBEFF4
;
13
}
14
15
/** Currently unused */
16
17
.ModTaggerDashboard form
{
18
padding
:
0
;
19
margin
:
0
;
20
}
21
22
.ModTaggerDashboard input.TaggerInput
{
23
float
:
right
;
24
}
25
26
input
.
TaggerInput
{
27
background
:
#EEE
;
28
border
:
1px
solid
#999
;
29
font
:
inherit
;
30
padding
:
1px 4px
;
31
}