Änderungen
This commit is contained in:
@@ -7,9 +7,9 @@ Public Class VERAG_VARIABLES
|
|||||||
Public Shared errornumb As Integer = 0
|
Public Shared errornumb As Integer = 0
|
||||||
Shared Function getiterationnumber() As Integer
|
Shared Function getiterationnumber() As Integer
|
||||||
If HttpContext.Current.Request.ServerVariables("SERVER_NAME") = "localhost" Then
|
If HttpContext.Current.Request.ServerVariables("SERVER_NAME") = "localhost" Then
|
||||||
Return RandomInteger(Math.Pow(2, 7), Math.Pow(2, 10))
|
Return RandomInteger(Math.Pow(2, 4), Math.Pow(2, 6))
|
||||||
Else
|
Else
|
||||||
Return RandomInteger(Math.Pow(2, 9), Math.Pow(2, 18))
|
Return RandomInteger(Math.Pow(2, 4), Math.Pow(2, 7))
|
||||||
End If
|
End If
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,6 @@
|
|||||||
body {
|
body {
|
||||||
max-width: 390px;
|
max-width: 390px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #043381;
|
color: #043381;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
@@ -36,7 +35,6 @@
|
|||||||
color: #043381;
|
color: #043381;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tableSearch {
|
#tableSearch {
|
||||||
width: 53%;
|
width: 53%;
|
||||||
border: 1px solid grey;
|
border: 1px solid grey;
|
||||||
|
|||||||
Reference in New Issue
Block a user