From 285a5f5cf5563c52ed217a97d7cf756cad28e609 Mon Sep 17 00:00:00 2001 From: aheritier Date: Tue, 22 Mar 2005 04:47:25 +0000 Subject: [PATCH] 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 --- xdoc/src/plugin-resources/css/maven-theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xdoc/src/plugin-resources/css/maven-theme.css b/xdoc/src/plugin-resources/css/maven-theme.css index 619c469f..9acb37e4 100644 --- a/xdoc/src/plugin-resources/css/maven-theme.css +++ b/xdoc/src/plugin-resources/css/maven-theme.css @@ -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; }