]> git.openstreetmap.org Git - osqa.git/commitdiff
Correcting a minor CSS error. No such value as "center" for vertical-align
authorrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 13 May 2010 03:06:20 +0000 (03:06 +0000)
committerrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Thu, 13 May 2010 03:06:20 +0000 (03:06 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@250 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/media/style/style.css

index 52978eaac26fc5cab15e61a4e9d5a57b5eb3f6da..ff2b771048c952eb4740e203196c76b0ef8aa173 100644 (file)
@@ -1356,7 +1356,7 @@ div.comment-tools a:hover {
 .comment-form-buttons input {
     width: 100%;
     height: 22px;
-    vertical-align: center;
+    vertical-align: middle;
     margin-top: 6px;
 }