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 2014/10/07 00:22:28 UTC

[3/3] git commit: Modify website code/tt font color.

Modify website code/tt font color.


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

Branch: refs/heads/master
Commit: dfa6ca3f0ae8cf5d4761a4794c827c8c000ac1db
Parents: b5faf5e
Author: Matt Sicker <ma...@apache.org>
Authored: Mon Oct 6 17:22:20 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Mon Oct 6 17:22:20 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/dfa6ca3f/src/site/resources/css/site.css
----------------------------------------------------------------------
diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css
index 3486b55..c6ef7c9 100644
--- a/src/site/resources/css/site.css
+++ b/src/site/resources/css/site.css
@@ -21,7 +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; color: #d14; background-color: #f7f7f9; border: 1px solid #e1e1e8; }
+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 }
 dt { margin: 15px 0 5px 0; font-size: 1.2em }
 
 .big-red { font-weight: bold; color: #D14 }