[livejournal] r17631: LJSV-1275: Bugfix: comment display broke...
Committer: narefieva
LJSV-1275: Bugfix: comment display broken in Dystopia, Xcolibur, and ?format=lightU trunk/htdocs/stc/lj_base.css
Modified: trunk/htdocs/stc/lj_base.css
===================================================================
--- trunk/htdocs/stc/lj_base.css 2010-11-02 08:56:51 UTC (rev 17630)
+++ trunk/htdocs/stc/lj_base.css 2010-11-03 05:20:54 UTC (rev 17631)
@@ -1448,4 +1448,12 @@
max-height: 96px;
}
+/* Style for comments in Dystopia, format=light and others. */
+.talk-comment-head {
+ overflow: hidden;
+ padding:1px 0;
+ }
+
+
+
