chibaguy | 20 Aug 2012 07:30
Picon

[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)

Arild Berg | 13 Oct 2012 12:19
Picon
Favicon
Gravatar

Re: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[42617] branches/9.x/styles/layout/design.css

Hi chibaguy,

This change causes highlighted remarks to fail.
+/* Border and background should "shrinkwrap" to text size. */ 
+div.highlight {
+	display: inline-block;
+}
See: http://dev.tiki.org/Plugin+testing
The same problem occurs in trunk.

I am sure it was added to enhance something.
Reversing it will probably break what you first fixed.

Maybe you'll find time to have a quick look?

(btw. I just added the "Plugin testing" page for the purpose of testing
plugins with different configurations).

Thanks
Arild

-----Original Message-----
From: chibaguy@... [mailto:chibaguy@...]

Sent: 20. august 2012 12:30
To: tikiwiki-cvs@...
Subject: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[42617]
branches/9.x/styles/layout/design.css

Revision: 42617
(Continue reading)

Gary Cunningham-Lee | 14 Oct 2012 05:52
Favicon
Gravatar

Re: [Tikiwiki-cvs/svn] SF.net SVN: tikiwiki:[42617] branches/9.x/styles/layout/design.css

Hi Arild,

I'll check about that. Thanks for the info.

-- Gary

On 13/10/2012 19:19, Arild Berg wrote:
> Hi chibaguy,
>
> This change causes highlighted remarks to fail.
> +/* Border and background should "shrinkwrap" to text size. */
> +div.highlight {
> +	display: inline-block;
> +}
> See: http://dev.tiki.org/Plugin+testing
> The same problem occurs in trunk.
>
> I am sure it was added to enhance something.
> Reversing it will probably break what you first fixed.
>
> Maybe you'll find time to have a quick look?
>
> (btw. I just added the "Plugin testing" page for the purpose of testing
> plugins with different configurations).
>
> Thanks
> Arild
>
> -----Original Message-----
> From: chibaguy@... [mailto:chibaguy@...]
(Continue reading)


Gmane