summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/style.css b/style.css
index d09e1ab..4bd93b0 100644
--- a/style.css
+++ b/style.css
@@ -195,3 +195,16 @@ textarea {
width: 100%;
}
}
+
+.content-container {
+ min-height:0.5em;
+ white-space:pre-wrap;
+}
+
+.content-link {
+ display: inline-block;
+}
+
+.content-text {
+ display: inline-block;
+}