mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2025-01-13 08:01:08 +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">
|
<div id="main" role="main">
|
||||||
<style>
|
<style>
|
||||||
#blackboard{background:#333}
|
#blackboard{width:16em;background:#333}
|
||||||
.starcell{width:1em;height:1em;display:block;float:left;text-align:center}
|
.starcell{width:1em;height:1em;display:block;float:left;text-align:center}
|
||||||
.selected{font-weight:bold}
|
.selected{font-weight:bold}
|
||||||
.wall{color:#000}
|
.wall{color:#000}
|
||||||
|
|
Loading…
Reference in a new issue