summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css
index 41b24dd..5172d25 100644
--- a/data/style.css
+++ b/data/style.css
@@ -9,3 +9,15 @@
.protocol dt:after {
content: ":";
}
+
+.protocol .related ul {
+ list-style-type: none;
+ margin: 0;
+ padding 0;
+}
+.protocol .related li {
+ display: inline;
+ margin: 0;
+ margin-right: 1em;
+ padding 0;
+}