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

[7/8] logging-log4j2 git commit: Make a>code links look nicer

Make a>code links look nicer


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/bd15f9d2
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/bd15f9d2
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/bd15f9d2

Branch: refs/heads/master
Commit: bd15f9d2f5ff59062e51838b83ac22f2560f28fb
Parents: 1079bef
Author: Matt Sicker <bo...@gmail.com>
Authored: Sun Apr 8 19:49:14 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sun Apr 8 20:08:49 2018 -0500

----------------------------------------------------------------------
 src/site/resources/css/site.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/bd15f9d2/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css
index 56381aa..5bda65a 100644
--- a/src/site/resources/css/site.css
+++ b/src/site/resources/css/site.css
@@ -21,8 +21,8 @@ div.clear hr { display: none; }
 /* Tweaks to the bootstrap theme
 --------------------------------- */
 li { line-height: 20px; }
-tt { font: 12px Menlo, Monaco, "Courier New", monospace; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 3px 4px; background-color: #f7f7f9; border: 1px solid #e1e1e8; }
-tt, code { color: #4e648e }
+code { color: #4e648e }
+a code { color: #0088cc }
 dt { margin: 15px 0 5px 0; font-size: 1.2em }
 
 .big-red { font-weight: bold; color: #D14 }