PR: MNG-690

Submitted by: Bob Allison
Reviewed by:  Brett Porter
Make text in <code></code> appear the same size as the rest of the text


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@306525 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-06 04:35:26 +00:00
parent 581b2ce871
commit 2167257c73
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -1,5 +1,5 @@
#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
display: none;
display: none !important;
}
#bodyColumn, body.docs div.docs {
margin: 0 !important;