[rt-users] 4.0.0 Minor layout bug

Thomas Sibley trs at bestpractical.com
Thu May 5 16:28:34 EDT 2011


On 05/05/2011 04:02 PM, Lars Braeuer wrote:
> --- share/html/NoAuth/css/aileron//layout.css.org	2011-05-05 21:58:55.000000000 +0200
> +++ share/html/NoAuth/css/aileron/layout.css	2011-05-05 21:58:15.000000000 +0200
> @@ -117,7 +117,7 @@
> 
>  div#logo a img {
>      border: 0;
> -    height: 100% !important;
> +    height: auto !important;

Making this change means that images larger than the top bar will
overflow it and nothing will ever be scaled.

max-height: 100% could be used instead, but that only works on IE7 and
above.

Thomas



More information about the rt-users mailing list