]> git.plutz.net Git - webtxt/blobdiff - webnote.css
fix in output syntax
[webtxt] / webnote.css
index e87795e7bc9fb569328760565fdc6c7b357dcbb6..7d17f83c596d009f1759b49eaf0280d455d78ff9 100644 (file)
@@ -12,7 +12,8 @@ textarea {
 }
 
 div.text {
-  white-space: pre;
+  max-width: 100%;
+  white-space: pre-wrap;
 }
 
 form.new {
@@ -22,10 +23,11 @@ form.new {
 
 .new button {
   display: block;
-  margin: auto;
+  margin-left: auto;
+  margin-right: auto;
 }
 
-.recent {
+ul.recent {
   display: inline-block;
   text-align: left;
 }