Add <style> tags around CSS declarations
This commit is contained in:
parent
be57a42486
commit
3b6507ec79
1 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
|||
Certification Practice Statement (CPS) td p { font-family: "verdana", "helvetica", "arial", sans-serif } h1.cjk { font-family: "verdana", "helvetica", "arial", sans-serif } h1.ctl { font-family: "verdana", "helvetica", "arial", sans-serif } p { font-family: "verdana", "helvetica", "arial", sans-serif } h2.cjk { font-family: "NSimSun" } h2.ctl { font-family: "Arial" } h3.cjk { font-family: "NSimSun" } h3.ctl { font-family: "Arial" } p.q { color: #008000; font-family: "verdana", "helvetica", "arial", sans-serif; font-style: italic; font-weight: bold; text-align: center } h4.cjk { font-family: "NSimSun" } h4.ctl { font-family: "Arial" } h5.cjk { font-family: "NSimSun" } h5.ctl { font-family: "Arial" } th p { font-family: "verdana", "helvetica", "arial", sans-serif; text-align: left } code { font-family: "courier", monospace } tt { font-family: "courier", monospace }
|
||||
# Certification Practice Statement (CPS)
|
||||
|
||||
<style>
|
||||
td p { font-family: "verdana", "helvetica", "arial", sans-serif } h1.cjk { font-family: "verdana", "helvetica", "arial", sans-serif } h1.ctl { font-family: "verdana", "helvetica", "arial", sans-serif } p { font-family: "verdana", "helvetica", "arial", sans-serif } h2.cjk { font-family: "NSimSun" } h2.ctl { font-family: "Arial" } h3.cjk { font-family: "NSimSun" } h3.ctl { font-family: "Arial" } p.q { color: #008000; font-family: "verdana", "helvetica", "arial", sans-serif; font-style: italic; font-weight: bold; text-align: center } h4.cjk { font-family: "NSimSun" } h4.ctl { font-family: "Arial" } h5.cjk { font-family: "NSimSun" } h5.ctl { font-family: "Arial" } th p { font-family: "verdana", "helvetica", "arial", sans-serif; text-align: left } code { font-family: "courier", monospace } tt { font-family: "courier", monospace }
|
||||
</style>
|
||||
|
||||
|
||||
**WARNING:**
|
||||
|
|
Loading…
Reference in a new issue