Remove empty rule.
[Sone.git] / src / main / resources / static / css / sone.css
index 89d9854..def0be0 100644 (file)
@@ -20,6 +20,13 @@ textarea {
        height: 4em;
 }
 
+#sone button {
+       background-color: #ddd;
+       border-width: 1px;
+       color: #444;
+       padding: 0.5ex 1.5ex;
+}
+
 #sone form {
        margin: 0px;
 }
@@ -431,10 +438,6 @@ textarea {
        display: inline;
 }
 
-#sone #create-sone {
-
-}
-
 #sone #tail {
        margin-top: 1em;
        border-top: solid 1px #ccc;
@@ -444,6 +447,10 @@ textarea {
        color: #888;
 }
 
+#sone #tail #version-information {
+       margin-top: 1em;
+}
+
 #sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea, #sone #edit-profile textarea {
        height: 1.5em;
 }