mirror of https://github.com/apache/maven.git
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:
parent
581b2ce871
commit
2167257c73
|
@ -5,6 +5,10 @@ body, td, select, input, li{
|
||||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
code{
|
||||||
|
font-family: Courier, monospace;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
|
#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
#bodyColumn, body.docs div.docs {
|
#bodyColumn, body.docs div.docs {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
|
Loading…
Reference in New Issue