]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/techniques.scss
add tech index
[alttp.git] / resources / sass / techniques.scss
index c4fa505032ceb4333c7391b85b3b482cbac4f272..19dcf417be16f743721df2aa4624f7e3335efd31 100644 (file)
@@ -1,3 +1,19 @@
+.tech-list {
+       margin: 1em 0;
+       padding: 0;
+       list-style: none;
+
+       li {
+               margin: 1ex 0;
+               padding: 1ex;
+               border-top: thin solid silver;
+       }
+
+       h2 > a {
+               text-decoration: none;
+       }
+}
+
 .tech-outline {
        float: right;
 }