fix for chrome (its a really fast and amazing browser)
This commit is contained in:
parent
08aacc869c
commit
04a779d17e
1 changed files with 7 additions and 1 deletions
|
@ -26,9 +26,11 @@ tbody tr td {
|
|||
margin: 50px auto 20px;
|
||||
width: 800px;
|
||||
padding: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
background-color: white;
|
||||
border: 1px solid black;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#plot {
|
||||
|
@ -56,6 +58,8 @@ tbody tr td {
|
|||
#accordion {
|
||||
background-color: lightgrey;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#accordion h3 {
|
||||
|
@ -66,6 +70,8 @@ tbody tr td {
|
|||
cursor: pointer;
|
||||
font-size: 0.9em;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#accordion div {
|
||||
|
|
Loading…
Add table
Reference in a new issue