Use team 0 to display solutions
This commit is contained in:
parent
da1e9da495
commit
739d5b5722
5 changed files with 54 additions and 5 deletions
|
|
@ -46,6 +46,17 @@
|
|||
text-shadow: 0 0 5px #00c6ff;
|
||||
}
|
||||
|
||||
.samptest {
|
||||
display: block !important;
|
||||
overflow-x: scroll;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
samp {
|
||||
display: block;
|
||||
overflow-x: scroll;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.point {
|
||||
position: relative;
|
||||
-moz-animation: clockanim 1s ease infinite;
|
||||
|
|
|
|||
Reference in a new issue