Bug 18247 - Отступы в версии для печати
Summary: Отступы в версии для печати
Status: CLOSED FIXED
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: www.altlinux.org (show other bugs)
Version: unspecified
Hardware: all Linux
: P2 normal
Assignee: Mikhail Gusarov
QA Contact: Mikhail Gusarov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-18 16:14 MSK by Andrey Cherepanov
Modified: 2008-12-25 18:11 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Cherepanov 2008-12-18 16:14:50 MSK
Необходимо увеличить padding справа и слева блока <PRE> с таблице стилей печати (http://www.altlinux.org/skins/common/commonPrint.css?164)?

pre {
    border: 1pt dashed black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
--    padding: 1em 0;
++    padding: 1em;
	background : white;
	color : black;
}
Comment 1 Mikhail Gusarov 2008-12-25 18:04:52 MSK
А почему необходимо? Плохо выглядит на печати?
Comment 2 Andrey Cherepanov 2008-12-25 18:08:53 MSK
Конечно! И при показе версии для печати и при самой печати.
Comment 3 Mikhail Gusarov 2008-12-25 18:11:56 MSK
Сделано.