summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css26
1 files changed, 20 insertions, 6 deletions
diff --git a/public/style.css b/public/style.css
index 45fb8c4..4903d2f 100644
--- a/public/style.css
+++ b/public/style.css
@@ -17,6 +17,16 @@ body {
overflow-y: scroll;
}
+hr {
+ display: block;
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+ margin-left: auto;
+ margin-right: auto;
+ border-style: inset;
+ border-width: 1px;
+}
+
table, th, td {
border: 1px solid #969896;
border-collapse: collapse;
@@ -33,12 +43,16 @@ th, td {
width: 50%;
}
-span.left {
-position: absolute;
-left: 0;
+figure {
+ width: 100%;
+ margin: 0px auto;
+ margin-bottom: 1em;
+}
+
+audio {
+ width: 100%;
}
-span.right {
-position: absolute;
-right: 0;
+img {
+ width: 100%;
}