[logback-dev] branch, master, updated. e2bbfe2159e869b2ab0feeefeed1074fc6f44fea
added by portage for gitosis-gentoo
git-noreply at pixie.qos.ch
Tue Oct 6 17:43:27 CEST 2009
The branch, master has been updated
via e2bbfe2159e869b2ab0feeefeed1074fc6f44fea (commit)
from 13ca0437f2069e812360f14deba53904f24ad7a9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=e2bbfe2159e869b2ab0feeefeed1074fc6f44fea
http://github.com/ceki/logback/commit/e2bbfe2159e869b2ab0feeefeed1074fc6f44fea
commit e2bbfe2159e869b2ab0feeefeed1074fc6f44fea
Author: Ceki Gulcu <ceki at qos.ch>
Date: Tue Oct 6 17:41:10 2009 +0200
As discussed on IRC with Charles Johnson, added 3px padding around
options which now look less cramped.
diff --git a/logback-site/src/site/pages/css/common.css b/logback-site/src/site/pages/css/common.css
index 65eec8a..9bd6d28 100644
--- a/logback-site/src/site/pages/css/common.css
+++ b/logback-site/src/site/pages/css/common.css
@@ -25,6 +25,7 @@ div.source {
font-family: Courier, "MS Courier New", Prestige, monospace;
padding-left: 1ex;
white-space: pre;
+ overflow: scroll;
}
.source {
@@ -217,11 +218,14 @@ code {
.attr {
font-family: Courier, monospace;
font-style:italic;
+
}
.option {
border: 1px solid black;
font-family: Arial, sans-serif;
+ padding-left: 3px;
+ padding-right: 3px;
}
.highlight {
-----------------------------------------------------------------------
Summary of changes:
logback-site/src/site/pages/css/common.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
hooks/post-receive
--
Logback: the generic, reliable, fast and flexible logging framework.
More information about the logback-dev
mailing list