in-depth overview on the start page
[mdref/mdref] / public / index.css
index 754f96cd50e663503306e7f619adee6890c8bc8e..2f86d6662aa6d626b68cb5cb47547ff51613031e 100644 (file)
@@ -26,6 +26,7 @@ body>ul {
        border-bottom-left-radius: 10px;
        padding: 0;
        width: auto;
+       min-width: 200px;
        padding-right: 1em;
 }
 .sidebar>ul {
@@ -37,6 +38,18 @@ body>ul {
        list-style-type: none;
 }
 
+.sidebar .edit {
+       display: block;
+       position: absolute;
+       top: 2em;
+       right: 0.5em;
+       transform: rotate(45deg);
+       text-decoration: none;
+       color: white;
+       font-weight: bold;
+       text-shadow: 0 0 5px red;
+}
+
 code { 
        display: inline-block;
        border-radius: 2px;
@@ -66,6 +79,10 @@ p, pre {
        margin: 1em 2em;
 }
 
+li>p {
+       margin: 1em 0;
+}
+
 blockquote {
        border-top: 1px solid #800000;
        border-bottom: 1px solid #800000;