Bug 525077: adjust first run text size to fit more stuff on the page, r=mfinkle

This commit is contained in:
Gavin Sharp 2009-10-28 17:42:58 -04:00
Родитель 7937438887
Коммит 6a55a1f21a
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -37,7 +37,7 @@
body { body {
color: #4b4742; color: #4b4742;
font-size: 1.8mm; font-size: 1.6mm;
} }
.intro { .intro {
@ -51,7 +51,7 @@ p {
} }
p.title { p.title {
font-size: 2.4mm; font-size: 2mm;
} }
p.rightalign { p.rightalign {
@ -60,7 +60,7 @@ p.rightalign {
} }
input[type="button"] { input[type="button"] {
font-size: 2.4mm; font-size: 2mm;
margin-bottom: 20px; margin-bottom: 20px;
} }