glob returns false on openshift
[mdref/mdref] / public / index.css
index 0fcd08830234638c3c58a99be73560122d31c85a..69808974fa57c17eb00707c9ddd5e1e54bb5895c 100644 (file)
@@ -16,7 +16,7 @@ body {
 body>* {
        margin-left: 1em;
 }
-body>ul {
+body>ul, body>div>ul {
        margin-left: 2em;
 }
 
@@ -71,13 +71,14 @@ code code {
 
 pre>code {
        padding: 1em;
+       min-width: 50%;
 }
 pre>code, pre>code code {
        background: #333;
        color: #eee;
 }
 
-p, pre {
+p, pre, table {
        margin: 1em 2em 2em 2em;
 }
 
@@ -104,6 +105,9 @@ a, h1 code>a {
 a:hover {
        text-decoration: none;
 }
+a[href^="http:"]:after, a[href^="https:"]:after {
+       content: " ⬈";
+}
 
 .var {
        color: #800000;
@@ -139,7 +143,7 @@ li h3 {
        margin: .5em 0 0 0;
 }
 
-body>h3 {
+body>h3, body>div>h3 {
        margin-left: 2em;
 }