summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css36
1 files changed, 21 insertions, 15 deletions
diff --git a/style.css b/style.css
index 9bb1973..fafb9cf 100644
--- a/style.css
+++ b/style.css
@@ -92,28 +92,34 @@ a:active:hover {
flex-wrap: wrap;
}
-#profile-picture {
- display: block;
- margin: 1em 1em 1em 0;
- max-height: 4em;
-}
-
#introduction {
flex: 1;
}
-#posts li {
- margin-bottom: 0.2em;
-}
-
-#posts time {
- font-size: 80%;
- color: #999;
-}
-
video, audio {
display: block;
margin: 1em auto;
max-width: 720px;
width: 100%;
}
+
+table.index {
+ border-collapse: collapse;
+ width: 100%;
+}
+
+table.index td:first-child {
+ text-align: right;
+}
+
+table.index td.sep {
+ min-width: 1em;
+ width: 1em;
+ text-align: center;
+ user-select: none;
+}
+
+table.index td {
+ vertical-align: top;
+ padding-bottom: 0.3em;
+}