20 Aug 2012 07:30
[Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[42617] branches/9.x/styles/layout/design.css
Revision: 42617
http://tikiwiki.svn.sourceforge.net/tikiwiki/?rev=42617&view=rev
Author: chibaguy
Date: 2012-08-20 05:30:17 +0000 (Mon, 20 Aug 2012)
Log Message:
-----------
[ENH] Background and border of div.highlight should "shrinkwrap" to size of text block rather than expand
to full width of container.
Modified Paths:
--------------
branches/9.x/styles/layout/design.css
Modified: branches/9.x/styles/layout/design.css
===================================================================
--- branches/9.x/styles/layout/design.css 2012-08-20 01:58:35 UTC (rev 42616)
+++ branches/9.x/styles/layout/design.css 2012-08-20 05:30:17 UTC (rev 42617)
<at> <at> -135,6 +135,11 <at> <at>
padding: 0 .3em;
}
+/* Border and background should "shrinkwrap" to text size. */
+div.highlight {
+ display: inline-block;
+}
+
.rating .highlight {
padding: inherit;
}
(Continue reading)
RSS Feed