diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css index 14a951e..256ada8 100644 --- a/src/style.css +++ b/src/style.css @@ -73,3 +73,12 @@ ul.links { padding: 10px; margin: -10px; } +#display { + display: block; +} +.cell { + display: table-cell; + font-style: monospace; + width: 20; + height: 20; +} |