tweak publication styles
[~bandali/bndl.org] / style.css
index c4c2594..9fd35aa 100644 (file)
--- a/style.css
+++ b/style.css
@@ -24,7 +24,7 @@ main > header {
   margin-bottom: 0;
 }
 #title:after {
-  content: ".org";
+  content: ".eu.org";
   color: #dadada;
 }
 #subtitle {
@@ -101,3 +101,31 @@ p:first-child {
 p:last-child {
   margin-bottom: 0;
 }
+
+#publications section {
+  text-transform: none;
+}
+dl {
+  margin: 0 0 0.5em 0;
+}
+dl:last-child {
+  margin: 0;
+}
+dt {
+  margin-bottom: 0.5em;
+}
+#publications dd, .plinks {
+  font-size: 0.9em;
+}
+/*
+ol {
+  margin: 0;
+  padding: 0;
+}
+ol li {
+  margin-top: 0.5em;
+}
+ol li:first-child {
+  margin-top: 0;
+}
+*/