summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/public/style.css b/public/style.css
index 3876837..ae5deb1 100644
--- a/public/style.css
+++ b/public/style.css
@@ -15,6 +15,16 @@ body {
text-align: left;
}
+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;
@@ -32,10 +42,8 @@ th, td {
}
figure {
- float: right;
width: 100%;
margin: 0px auto;
- margin-top: 1em;
margin-bottom: 1em;
}