Republishing of FIC2014 challenges
This commit is contained in:
parent
939e6d994d
commit
c54f929846
24 changed files with 329 additions and 117 deletions
|
|
@ -30,6 +30,17 @@
|
|||
text-shadow: 0 0 5px #00c6ff;
|
||||
}
|
||||
|
||||
.samptest {
|
||||
display: block !important;
|
||||
overflow-x: scroll;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
samp {
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.point {
|
||||
position: relative;
|
||||
-moz-animation: mymove 1s ease infinite;
|
||||
|
|
|
|||
Reference in a new issue