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:
@@ -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
|
||||
|
||||
@@ -15,7 +15,7 @@ PROCEDURE Main()
|
||||
LOCAL nR := 5, nC := 38
|
||||
|
||||
SET CURSOR OFF
|
||||
? "."; CLS
|
||||
CLS
|
||||
IF ! MPresent()
|
||||
? " No mouse present !"
|
||||
QUIT
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -25,7 +25,7 @@ PROCEDURE Main()
|
||||
LOCAL nR := 5, nC := 38
|
||||
|
||||
SET CURSOR OFF
|
||||
? "."; CLS
|
||||
CLS
|
||||
IF ! MPresent()
|
||||
? " No mouse present !"
|
||||
QUIT
|
||||
|
||||
Reference in New Issue
Block a user