Remove spurious <style> tag from CSS
This commit is contained in:
parent
10c37652df
commit
779047cf8e
|
@ -1,4 +1,3 @@
|
||||||
<style type="text/css">
|
|
||||||
_ {}
|
_ {}
|
||||||
H4 H3 H2 H1 { font-family: verdana, arial, helvetica; }
|
H4 H3 H2 H1 { font-family: verdana, arial, helvetica; }
|
||||||
BLOCKQUOTE { width: 400px; }
|
BLOCKQUOTE { width: 400px; }
|
||||||
|
@ -27,4 +26,3 @@
|
||||||
color: #880000; }
|
color: #880000; }
|
||||||
A:hover { text-decoration: underline;
|
A:hover { text-decoration: underline;
|
||||||
color: #ff0000; }
|
color: #ff0000; }
|
||||||
</style>
|
|
||||||
|
|
Loading…
Reference in New Issue