You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/01/04 22:36:09 UTC

[maven-fluido-skin] 04/09: Do not hard code font size of tt element. It won't scale in headings and site.css customized pages.

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-fluido-skin-1.3.1
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git

commit 8586e5f30179d2c2c4bb4eb9b600c81cb2a5a575
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Dec 9 22:27:17 2013 +0000

    Do not hard code font size of tt element. It won't scale in headings and site.css customized pages.
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/skins/branches/maven-fluido-skin-1.3.x@1549693 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/resources/css/maven-theme.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/css/maven-theme.css b/src/main/resources/css/maven-theme.css
index fa0d0b9..424252b 100644
--- a/src/main/resources/css/maven-theme.css
+++ b/src/main/resources/css/maven-theme.css
@@ -100,7 +100,7 @@ img.builtBy {
 /* Copied from bootstrap <code> tag style. Maven translates <code> to <tt>. */
 tt {
   padding:0 3px 2px;font-family:Monaco, Andale Mono, Courier New, monospace;
-  font-size:12pt;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
+  font-size:0.8em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
   background-color:#fee9cc;color:rgba(0, 0, 0, 0.75);padding:1px 3px;
 }
 

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.