
The branch, master has been updated via 3ad0c4474488b4c967e504acb7b9598200a5a048 (commit) from e2bbfe2159e869b2ab0feeefeed1074fc6f44fea (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=3ad0c4474488b4c967e504acb... http://github.com/ceki/logback/commit/3ad0c4474488b4c967e504acb7b9598200a5a0... commit 3ad0c4474488b4c967e504acb7b9598200a5a048 Author: Ceki Gulcu <ceki@qos.ch> Date: Tue Oct 6 18:00:41 2009 +0200 - trying dotted lines diff --git a/logback-site/src/site/pages/css/common.css b/logback-site/src/site/pages/css/common.css index 9bd6d28..1795ebc 100644 --- a/logback-site/src/site/pages/css/common.css +++ b/logback-site/src/site/pages/css/common.css @@ -222,10 +222,13 @@ code { } .option { - border: 1px solid black; - font-family: Arial, sans-serif; - padding-left: 3px; - padding-right: 3px; + border-top: 1px dotted black; + border-bottom: 1px dotted black; + border-left: 1px dotted black; + border-right: 1px dotted black; + padding-left: 2px; + padding-right: 2px; + font-family: Arial, sans-serif; } .highlight { ----------------------------------------------------------------------- Summary of changes: logback-site/src/site/pages/css/common.css | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.