Support filtering by version in App::Web::NAOdash
[nethack-naodash.git] / web / dash.css
index 5c57cb66dcedb95e76ede79f04a94710e8b9dde7..9e1887717a6565f056fc291273592ac548e542cc 100644 (file)
@@ -39,6 +39,24 @@ h2:after {
        text-align: center;
 }
 
+#versions {
+       text-align:center;
+       margin: 5px;
+}
+
+#versions li {
+       display: inline;
+}
+
+#versions li::after {
+       content: "|";
+       margin: 0 0.5em;
+}
+
+#versions li:last-child::after {
+       content: "";
+}
+
 span[title] {
        color: #D33;
        font-family: monospace;
This page took 0.009375 seconds and 4 git commands to generate.