From 811450629bb362f12bc1ae9a852ea5b01ae92f97 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 17 Nov 2012 13:33:12 +0000 Subject: [PATCH] 2012-11-17 14:23 UTC+0100 Viktor Szakats (vszakats syenar.net) * extras/hbdoc/hbdoc.css * website/css/styles.css % minor optimization * extras/hbdoc/hbdoc.css * website/css/styles.css * website/*.htm * website/*.html * website/faq/*.html * website/menu/*.js * website/samples/*.html ! svn charset prop set to UTF-8 --- harbour/ChangeLog | 14 ++++++++++++++ harbour/extras/hbdoc/hbdoc.css | 8 ++++---- harbour/website/css/styles.css | 10 +++++----- 3 files changed, 23 insertions(+), 9 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 383b760171..7ecad26c78 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,20 @@ The license applies to all entries newer than 2009-04-28. */ +2012-11-17 14:23 UTC+0100 Viktor Szakats (vszakats syenar.net) + * extras/hbdoc/hbdoc.css + * website/css/styles.css + % minor optimization + + * extras/hbdoc/hbdoc.css + * website/css/styles.css + * website/*.htm + * website/*.html + * website/faq/*.html + * website/menu/*.js + * website/samples/*.html + ! svn charset prop set to UTF-8 + 2012-11-17 14:12 UTC+0100 Viktor Szakats (vszakats syenar.net) * doc/en/lang.txt * doc/en/var.txt diff --git a/harbour/extras/hbdoc/hbdoc.css b/harbour/extras/hbdoc/hbdoc.css index cf25894353..b9bba91288 100644 --- a/harbour/extras/hbdoc/hbdoc.css +++ b/harbour/extras/hbdoc/hbdoc.css @@ -11,8 +11,8 @@ body { .name { font-weight: bold; font-size: 18px; - margin-left: 0px; - padding-top: 0px; + margin-left: 0; + padding-top: 0; padding-bottom: 4px; } @@ -23,8 +23,8 @@ body { .itemtitle { font-weight: bold; - margin-left: 0px; - padding-top: 0px; + margin-left: 0; + padding-top: 0; padding-bottom: 4px; } diff --git a/harbour/website/css/styles.css b/harbour/website/css/styles.css index 15f5c0cb4d..c5ff5f6943 100644 --- a/harbour/website/css/styles.css +++ b/harbour/website/css/styles.css @@ -7,10 +7,10 @@ body,td,th { } body { background-color: #333333; - margin-left: 0px; - margin-top: 0px; - margin-right: 0px; - margin-bottom: 0px; + margin-left: 0; + margin-top: 0; + margin-right: 0; + margin-bottom: 0; } .header1 { /*font-weight: bolder;*/ @@ -132,7 +132,7 @@ a:active { color: #bc0000; margin: 3px; font-style: italic; -/* padding: 3px; +/* padding: 3px; background-color: #FF0000; /***/ }