Compare commits
2 Commits
bugfix/tim
...
bugfix/scr
| Author | SHA1 | Date | |
|---|---|---|---|
| 30add879ad | |||
| 1eb49a5d4e |
@@ -40,7 +40,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function measured(evt,duration,d){
|
function measured(evt,duration,d){
|
||||||
if (d > 100) return;
|
if (d > 10) return;
|
||||||
if (duration < 500){
|
if (duration < 500){
|
||||||
onclick(evt);
|
onclick(evt);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -16,6 +16,10 @@ body {
|
|||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|||||||
@@ -16,6 +16,10 @@ body {
|
|||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|||||||
@@ -16,6 +16,9 @@ body {
|
|||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
fieldset {
|
fieldset {
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|||||||
Reference in New Issue
Block a user