You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by br...@apache.org on 2019/04/05 19:43:48 UTC

[jspwiki] branch master updated: few css tweaks on inline-code and

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

brushed pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 41299d7   few css tweaks on inline-code and <tt/>
41299d7 is described below

commit 41299d7293011a93680b868ca7422d845869d57f
Author: brushed <di...@gmail.com>
AuthorDate: Fri Apr 5 21:43:35 2019 +0200

     few css tweaks on inline-code and <tt/>
---
 jspwiki-war/src/main/styles/haddock/default/type.less | 2 --
 1 file changed, 2 deletions(-)

diff --git a/jspwiki-war/src/main/styles/haddock/default/type.less b/jspwiki-war/src/main/styles/haddock/default/type.less
index 0fb031e..37098a9 100644
--- a/jspwiki-war/src/main/styles/haddock/default/type.less
+++ b/jspwiki-war/src/main/styles/haddock/default/type.less
@@ -369,7 +369,6 @@ pre {
 //inline code: jspwiki uses <tt> ; styles copied from bootstrap/code.less
 tt {
     padding: 2px 4px;
-    font-size: 90%;
     color: @code-color;
     background-color: @code-bg;
     white-space: nowrap;
@@ -379,7 +378,6 @@ tt {
 span.inline-code {
 	font-family:monospace;
     white-space:pre;
-    color: @code-color;
 }
 
 //list-unstyled : bootstrap