Set default text color for textareas.
[Sone.git] / src / main / resources / static / css / sone.css
index b40890a..ab242a2 100644 (file)
@@ -93,6 +93,10 @@ textarea {
        border: none;
 }
 
+#sone .parsed {
+       white-space: pre-wrap;
+}
+
 #sone #notification-area {
        margin-top: 1em;
 }
@@ -554,7 +558,6 @@ textarea {
 }
 
 #sone .album {
-       float: left;
 }
 
 #sone .image {
@@ -566,7 +569,7 @@ textarea {
        padding: 0.5ex;
 }
 
-#sone .image img {
+#sone .image img, #sone .single-image img {
        padding: 1ex;
        border: solid 1px #000;
        background-color: #fff;
@@ -649,7 +652,7 @@ textarea {
        font-weight: bold;
 }
 
-#sone input.default {
+#sone input.default, #sone textarea.default {
        color: #888;
 }