m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/style.css9
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;
+}