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
This commit is contained in:
Viktor Szakats
2012-11-17 19:30:34 +00:00
parent 092ec7ce6c
commit 2da483109d
4 changed files with 11 additions and 3 deletions

View File

@@ -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

View File

@@ -15,7 +15,7 @@ PROCEDURE Main()
LOCAL nR := 5, nC := 38
SET CURSOR OFF
? "."; CLS
CLS
IF ! MPresent()
? " No mouse present !"
QUIT

View File

@@ -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;

View File

@@ -25,7 +25,7 @@ PROCEDURE Main()
LOCAL nR := 5, nC := 38
SET CURSOR OFF
? "."; CLS
CLS
IF ! MPresent()
? " No mouse present !"
QUIT