<code> elements must have the same font size than other text elements

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@158536 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-03-22 04:47:25 +00:00
parent ecc19b7456
commit 285a5f5cf5

View File

@ -2,6 +2,9 @@ body, td, select, input, li{
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 13px;
}
code{
font-size: 13px;
}
a {
text-decoration: none;
}