mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-08 14:58:42 +00:00
462d3ab72f
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@654 48356398-32a2-884e-a903-53898d9a118a
25 lines
788 B
CSS
25 lines
788 B
CSS
|
|
body {margin:1em 4em;}
|
|
|
|
table {border-collapse:collapse;}
|
|
table td, table th {padding:0.2em;}
|
|
|
|
table.constraints {margin:0 0 1em;}
|
|
table.constraints th {text-align:left;padding-left:0.4em;}
|
|
table.constraints td {padding-right:0.4em;}
|
|
table.constraints td pre {margin:0;}
|
|
|
|
#toc {list-style-type:none; font-weight:bold;}
|
|
#toc ul {list-style-type:disc; font-weight:normal;}
|
|
|
|
.description p {margin-top:0;margin-bottom:1em;}
|
|
|
|
#library, h1 {text-align:center; font-family:Garamond, serif;
|
|
font-variant:small-caps;}
|
|
#library {font-size:1em;}
|
|
h1 {margin-top:0;}
|
|
h2 {border-bottom:1px solid #CCC; font-family:sans-serif; font-weight:normal;
|
|
font-size:1.3em;}
|
|
h3 {font-family:sans-serif; font-size:1.1em; font-weight:bold; }
|
|
h4 {font-family:sans-serif; font-size:0.9em; font-weight:bold; }
|