[livejournal] r7725: Added nowrap class that stops wrapping o...

Jun 19, 2006 19:04


Committer: henrylyneAdded nowrap class that stops wrapping on whitespace.

U trunk/htdocs/stc/lj_base.css

Modified: trunk/htdocs/stc/lj_base.css
===================================================================
--- trunk/htdocs/stc/lj_base.css 2006-06-19 19:03:13 UTC (rev 7724)
+++ trunk/htdocs/stc/lj_base.css 2006-06-19 19:04:57 UTC (rev 7725)
@@ -18,6 +18,10 @@
line-height: 0;
}

+.nowrap {
+ white-space: nowrap;
+}
+
.lj_progresscontainer {
height: 25px;
width: 400px;

Previous post Next post
Up