mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
correct width of #blackboard
This commit is contained in:
parent
1cb2bba63b
commit
0eb514274b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
<div id="main" role="main">
|
||||
<style>
|
||||
#blackboard{background:#333}
|
||||
#blackboard{width:16em;background:#333}
|
||||
.starcell{width:1em;height:1em;display:block;float:left;text-align:center}
|
||||
.selected{font-weight:bold}
|
||||
.wall{color:#000}
|
||||
|
|
Loading…
Reference in a new issue