From: Tim Gerundt Date: Tue, 22 Feb 2005 20:16:53 +0000 (+0000) Subject: Some margin updates X-Git-Tag: 2.16.5~6205 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a9aee3e7cb2d871d05322069f3c6d7798540f811;p=winmerge-jp%2Fwinmerge-jp.git Some margin updates --- diff --git a/Web/css/all.css b/Web/css/all.css index f63a7d48d..da5f18b9a 100644 --- a/Web/css/all.css +++ b/Web/css/all.css @@ -94,7 +94,8 @@ p.important { } pre.code { - margin: 0 25px 0 25px; + margin-left: 25px; + margin-right: 25px; padding: 5px; background-color: #EEEEEE; border: 1px solid black; @@ -107,6 +108,7 @@ acronym { /* Status of translations */ #status { + margin-bottom: 10px; border-collapse: collapse; } diff --git a/Web/css/print.css b/Web/css/print.css index 05eca1bd2..b42c54b1a 100644 --- a/Web/css/print.css +++ b/Web/css/print.css @@ -53,7 +53,8 @@ p.important { } pre.code { - margin: 0; + margin-left: 0; + margin-right: 0; padding: 5px; background-color: #FFFFFF; border: 1px solid black; @@ -70,6 +71,7 @@ acronym { /* Status of translations */ #status { + margin-bottom: 10px; border-collapse: collapse; } diff --git a/Web/readme.txt b/Web/readme.txt index 63f1c43de..cd575c6a2 100644 --- a/Web/readme.txt +++ b/Web/readme.txt @@ -1,3 +1,7 @@ +2005-02-22 Tim + Some margin updates: + Web\css: all.css print.css + 2005-02-20 Tim PATCH: [ 1144726 ] Web: Updated Developer instructions Web\developer: needed.php