Re: Problem: The W3 Wiki enlarges very poorly.

Hi Wayne,

You could add something like:

#content .external {
    padding-right: 13px !important;
}

This will be more ‘important’ that your global padding important… at least it will in Firefox.

Kevin

> On 18 Apr 2016, at 21:59, Wayne Dick <waynedick@knowbility.org> wrote:
> 
> Actually I got a fairly simple one. The only problem is the little arrow that is at the end of some links. It overwrites.
> 
>   * {
>     position: static !important;
>     margin: 0 !important;
>     padding: 0 !important;
>      }
>   body {
>     padding: 2% !important;
>     margin: 2% !important;
>   }
>   #mw-page-base, #mw-head-base {display: none !important;}
>   li {list-style-position: inside !important; }
> 
> Wayne
> 
> On Mon, Apr 18, 2016 at 1:40 PM, Kevin White <kevin@dewoollery.co.uk <mailto:kevin@dewoollery.co.uk>> wrote:
> Hi Wayne,
> 
> Hope all is well with you. I could probably pull something together… depends on which Wiki you mean and which part of it you mean. Do you need it urgently?
> 
> Cheers
> 
> Kevin
> 
> > On 18 Apr 2016, at 21:27, Wayne Dick <waynedick@knowbility.org <mailto:waynedick@knowbility.org>> wrote:
> >
> > Hi all,
> > Does anyone know the structure of the w3 Wiki well enough to write a style sheet that linearizes the content. Right now it enlarges very poorly above 300%.
> >
> > Wayne
> 
> 

Received on Monday, 18 April 2016 21:06:54 UTC