Avoid <p> color override from application.css

This commit is contained in:
Jonathan Ernst
2005-02-04 03:08:56 +00:00
committed by WineHQ
parent 61792efd61
commit 839695f691

View File

@@ -8,7 +8,7 @@
.code { font-family: fixed; font-size: 12px; }
p { color: #000000;
p {
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
font-size: 12px;
}