Re: Fwd: Re: [DOCS] 7.4 official docs : Fonts?

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: Fwd: Re: [DOCS] 7.4 official docs : Fonts?
Дата
Msg-id A466DF00-1B76-11D8-8C54-0005029FC1A7@myrealbox.com
обсуждение исходный текст
Ответ на Re: Fwd: Re: [DOCS] 7.4 official docs : Fonts?  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgsql-www
On Thursday, November 20, 2003, at 05:21 PM, Dave Page wrote:
> This is most certainly the stylesheet as the SGML docs use tags that we
> don't use elsewhere. Any volunteers to figure out what they are and
> make
> them look purdy?

I'm not sure what's causing the two docs (developer and current) to
render differently. AFAICT, there's no special CSS to handle the
particular tags that are rendering differently.

Be that as it may, if you drop this into the postgresql.css, it should
make things match. I'd still like to get rid of the monospaced italics,
but for the time being I think it might be best to go with what the
conventions describe. We can always change it later.

Michael

ACRONYM.ACRONYM { font-style:normal; }

CODE.FUNCTION,
VAR.LITERAL,
VAR.PARAMETER,
VAR.REPLACEABLE {
     font-family:monospace;
     font-style:normal;
     font-size:small;
     voice-family: "\";}\""; /* Tantek MSIE4/5 hack */
     voice-family:inherit;
     font-size:medium;
}

VAR.PARAMETER,
VAR.REPLACEABLE {
     font-style:italic;
}


В списке pgsql-www по дате отправления:

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: New Event
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [DOCS] 7.4 official docs : Fonts?