mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Fixups for Firefox
This commit is contained in:
parent
b7a9457ef1
commit
607fa53a27
3 changed files with 43 additions and 44 deletions
|
|
@ -22,8 +22,7 @@ body,
|
|||
float: right;
|
||||
position: relative;
|
||||
right: 30px;
|
||||
top: 100px;
|
||||
font: 50px 'PT Sans' sans-serif;
|
||||
font: 50px 'PT Sans', sans-serif;
|
||||
letter-spacing: -0.05em;
|
||||
color: #444;
|
||||
}
|
||||
|
|
@ -31,7 +30,7 @@ body,
|
|||
.label {
|
||||
text-transform: uppercase;
|
||||
text-indent: 25px;
|
||||
font: 12px 'PT Sans' sans-serif;
|
||||
font: 12px 'PT Sans', sans-serif;
|
||||
font-weight: bold;
|
||||
line-height: 20px;
|
||||
color: #888;
|
||||
|
|
@ -112,7 +111,7 @@ body,
|
|||
.module {
|
||||
margin-top: 5px;
|
||||
margin-left: 25px;
|
||||
font: 13px 'PT Sans' sans-serif;
|
||||
font: 13px 'PT Sans', sans-serif;
|
||||
line-height: 20px;
|
||||
color: #888;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue