Use team 0 to display solutions

This commit is contained in:
nemunaire 2014-12-29 01:34:18 +01:00
commit 739d5b5722
5 changed files with 54 additions and 5 deletions

View file

@ -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;