[Slashdotjp-dev 1465] [996] remove needless padding

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 2月 10日 (火) 21:19:50 JST


Revision: 996
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=996
Author:   tach
Date:     2009-02-10 21:19:49 +0900 (Tue, 10 Feb 2009)

Log Message:
-----------
remove needless padding

Modified Paths:
--------------
    images/trunk/css/comments.css
    images/trunk/css/comments.css.jp


-------------- next part --------------
Modified: images/trunk/css/comments.css
===================================================================
--- images/trunk/css/comments.css	2009-02-10 11:36:25 UTC (rev 995)
+++ images/trunk/css/comments.css	2009-02-10 12:19:49 UTC (rev 996)
@@ -415,6 +415,11 @@
 		line-height: 1.4;
 }
 
+/* fix preview space */
+#contents .commentBody p {
+	padding: 0;
+}
+
 /* fix d2 buttons design */
 .inline_comment .replyto_buttons {
 		margin: 0;

Modified: images/trunk/css/comments.css.jp
===================================================================
--- images/trunk/css/comments.css.jp	2009-02-10 11:36:25 UTC (rev 995)
+++ images/trunk/css/comments.css.jp	2009-02-10 12:19:49 UTC (rev 996)
@@ -21,6 +21,11 @@
 		line-height: 1.4;
 }
 
+/* fix preview space */
+#contents .commentBody p {
+	padding: 0;
+}
+
 /* fix d2 buttons design */
 .inline_comment .replyto_buttons {
 		margin: 0;



Slashdotjp-dev メーリングリストの案内
Back to archive index