<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:
parent
ecc19b7456
commit
285a5f5cf5
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user