From cb18c0db791dfb7509f261fd5368952860e82905 Mon Sep 17 00:00:00 2001
From: iammattthomas <iammattthomas@1a063a9b-81f0-0310-95a4-ce76da25c4cd>
Date: Tue, 8 Jun 2010 01:24:46 +0000
Subject: [PATCH] Twenty Ten CSS cleanup, margin fix. Props zeo.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
 wp-content/themes/twentyten/style.css | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css
index b5dcd0db29..6175219812 100644
--- a/wp-content/themes/twentyten/style.css
+++ b/wp-content/themes/twentyten/style.css
@@ -1034,7 +1034,7 @@ input[type=submit] {
 	color: #333;
 }
 #respond {
-	margin-top: 24px;
+	margin: 24px 0;
 	border-top: 1px solid #e7e7e7;
 	overflow: hidden;
 	position: relative;
@@ -1089,22 +1089,12 @@ h3#reply-title {
 	font-size: 11px;
 }
 #respond .form-submit {
-	margin: 0 0 24px;
+	margin: 12px 0;
 }
 #respond .form-submit input {
 	width: auto;
 	font-size: 14px;
 }
-#respond dl {
-	margin: 0 0 10px;
-}
-#respond dt {
-	 display: inline;
-	font-weight: normal;
-}
-#respond dd {
-	display: inline;
-}
 
 
 /* =Widget Areas