diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f3877d4e78..abec37b9e2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,14 @@ The license applies to all entries newer than 2009-04-28. */ +2012-11-17 20:29 UTC+0100 Viktor Szakats (harbour syenar.net) + * tests/mousetst.prg + * website/samples/mousetst.prg.html + * cleanup + + * website/css/shThemeDefault.css + * another color tweak + 2012-11-17 20:24 UTC+0100 Viktor Szakats (harbour syenar.net) * website/css/shThemeDefault.css * color tweak diff --git a/harbour/tests/mousetst.prg b/harbour/tests/mousetst.prg index 2f839fb04b..daaae21f2a 100644 --- a/harbour/tests/mousetst.prg +++ b/harbour/tests/mousetst.prg @@ -15,7 +15,7 @@ PROCEDURE Main() LOCAL nR := 5, nC := 38 SET CURSOR OFF - ? "."; CLS + CLS IF ! MPresent() ? " No mouse present !" QUIT diff --git a/harbour/website/css/shThemeDefault.css b/harbour/website/css/shThemeDefault.css index c252f07825..2d431fd1fe 100644 --- a/harbour/website/css/shThemeDefault.css +++ b/harbour/website/css/shThemeDefault.css @@ -20,7 +20,7 @@ color: #afafaf !important; } .syntaxhighlighter .gutter .line { - border-right: 3px solid #6ce26c !important; + border-right: 3px solid #F0F0F0 !important; } .syntaxhighlighter .gutter .line.highlighted { background-color: #6ce26c !important; diff --git a/harbour/website/samples/mousetst.prg.html b/harbour/website/samples/mousetst.prg.html index 0be02d246f..5e15ca2ea9 100644 --- a/harbour/website/samples/mousetst.prg.html +++ b/harbour/website/samples/mousetst.prg.html @@ -25,7 +25,7 @@ PROCEDURE Main() LOCAL nR := 5, nC := 38 SET CURSOR OFF - ? "."; CLS + CLS IF ! MPresent() ? " No mouse present !" QUIT