- From: Kevin White <kevin@dewoollery.co.uk>
- Date: Mon, 18 Apr 2016 22:06:23 +0100
- To: Wayne Dick <waynedick@knowbility.org>
- Cc: WAI Interest Group <w3c-wai-ig@w3.org>
- Message-Id: <A404328C-3A68-4D2A-BE92-C33BA83F8794@dewoollery.co.uk>
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