]> git.plutz.net Git - shellwiki/blobdiff - themes/default.css
include file serving
[shellwiki] / themes / default.css
index c8db7182216a943ab36f4932d2e682cd1e35a2e6..9b8cc75c95c774af9833b958f9d687303ff9413b 100644 (file)
@@ -6,6 +6,7 @@ body {
   min-height: 100%;
   padding-bottom: 6em;
   background-color: #EEE;
+  font-size: 12pt;
 }
 
 header, footer {
@@ -20,8 +21,8 @@ footer {
   bottom: 0;
 }
 
-header :last-child,
-main :last-child {
+header :last-child,
+main :last-child {
   margin-bottom: 0;
 }
 
@@ -75,7 +76,9 @@ main article,
 
 body.editor textarea {
   width: 100%;
-  min-height: 20em;
+  min-height: 20em; min-height: 70vh;
+  font-family: monospace;
+  font-size: inherit;
 }
 
 /* === Attachments === */