]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/map.scss
list items shown on map
[alttp.git] / resources / sass / map.scss
index 95d645ad178a01868d4d85d04fa156a128825be5..599cd15111a0d81184b591232d4a9dd368891ec5 100644 (file)
                display: none;
        }
 }
+
+.pin-list {
+       margin: 1em 0;
+       padding: 0;
+       list-style: none;
+
+       li {
+               margin: 1ex 0;
+               padding: 1ex;
+               border-top: thin solid silver;
+       }
+
+       h2 > a, h3 > a {
+               text-decoration: none;
+       }
+}