index
:
boca.git
master
This is an administration system to held programming contests
Lucas Faria Mendes
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ScoreCss.php
blob: f3569017dd55ba48a2215eb6e29369f47db6733e (
plain
)
1
<?php
for
(
$i
=
1
;
$i
<
999
;
$i
++
)
echo
"table.sitehide
$i
.sitegroup
$i
{ display: none; }
\n
"
;
?>