Re: Large fixed-width text

Поиск
Список
Период
Сортировка
От Petr Jelinek
Тема Re: Large fixed-width text
Дата
Msg-id 4ABE5CF2.4060409@pjmodos.net
обсуждение исходный текст
Ответ на Large fixed-width text  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Large fixed-width text  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-www
Bruce Momjian wrote:
> When reading our web-based server documentation in Ubuntu Firefox, I
> have always seen overly-large fixed-width text.  In looking at our CSS
> files, specifically text.css, I see:
>
>     #txtArchives pre {
>         font-size:150%;
>     }
>     #txtArchives tt {
>         font-size:150%;
>     }
>
> This certainly looks wrong, and explains what I am seeing.  Does anyone
> know why it is there?
>
> The actual code that is causing a problem in my browser is in
> geckofixes.css:
>
>     #docContainer tt, #docContainer pre, #docContainer code {
>         font-size:1.4em;
>     }
>   

I am not on www team but I bet it's because with 1em (100%) the text is 
tiny in Firefox under Windows in those elements.

-- 
Regards
Petr Jelinek (PJMODOS)



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Large fixed-width text
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Large fixed-width text