[Rt-devel] Small patch to /Elements/MakeClicky
Robert Spier
rspier at pobox.com
Sat Mar 7 10:11:05 EST 2009
Tim Cutts wrote:
>
>
> On 6 Mar 2009, at 5:06 am, Robert Spier wrote:
>
> >
> > Wouldn't it be cleaner to just define
> >
> > .clickylink a wbr { display: inline-block; } in the main CSS?
>
> As I said, yes, you could do that, but there are three themes already,
> so it would need to be done for all of them. That's perfectly OK, but
> it would be something that needed to be remembered each time someone
> produced a new theme. This particular bit of CSS needs to be there
> for all themes, which is why I put it inline. I don't really mind how
> it's done in the end.
In that case, it would be cleaner to just put it as part of a common
CSS that all themes include from. Inline CSS is generally something
that should be avoided, as it makes maintenance a pain and increases
page size.
More information about the Rt-devel
mailing list