ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Nikolai Weibull <context-list@pcppopper.org>
Subject: Re: How to read syntax descriptions
Date: Thu, 15 Jul 2004 16:19:09 +0200	[thread overview]
Message-ID: <20040715141909.GA2546@puritan.pcp.ath.cx> (raw)
In-Reply-To: <m2ekndmmql.fsf@levana.de>

* Patrick Gundlach <patrick@gundla.ch> [Jul 15, 2004 15:20]:
> Look at the first link I have in my signature [cut]

Just a quick comment on the great wiki you have set up...your css is eh,
sorta borked...

:hover and :active actually act on every object in the DOM the way you
have written it.  That means that it will act on body which is kind of
bad for me as Mozilla does the right thing here and renders everything
in blue.  A suggested fix would be to alter it to

a[href]:hover {...}
a[href]:active {...}

which will alsa save you from anchored elements that are actually
targets, not links...
	nikolai

--
::: name: Nikolai Weibull    :: aliases: pcp / lone-star / aka :::
::: born: Chicago, IL USA    :: loc atm: Gothenburg, Sweden    :::
::: page: www.pcppopper.org  :: fun atm: gf,lps,ruby,lisp,war3 :::
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}

  reply	other threads:[~2004-07-15 14:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-15  5:22 Salman Khilji
2004-07-15 13:19 ` Patrick Gundlach
2004-07-15 14:19   ` Nikolai Weibull [this message]
2004-07-22 19:20     ` Patrick Gundlach
2004-07-22 20:49       ` Nikolai Weibull

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040715141909.GA2546@puritan.pcp.ath.cx \
    --to=context-list@pcppopper.org \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).