Change font-size pt to px for heavy ice
This commit is contained in:
parent
d09953da07
commit
5d08f0f048
@ -62,7 +62,7 @@ h1
|
|||||||
font-family: 'lain', tahoma;
|
font-family: 'lain', tahoma;
|
||||||
|
|
||||||
letter-spacing: -2px;
|
letter-spacing: -2px;
|
||||||
font-size: 42pt;
|
font-size: 42px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #d2e7e8;
|
color: #d2e7e8;
|
||||||
|
|
||||||
@ -293,7 +293,7 @@ div.pages
|
|||||||
background: #333;
|
background: #333;
|
||||||
border: #666 0px solid;
|
border: #666 0px solid;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
div.pages a.selected
|
div.pages a.selected
|
||||||
{
|
{
|
||||||
@ -326,7 +326,7 @@ div.ban h2
|
|||||||
background: #333;
|
background: #333;
|
||||||
color: #d2e7e8;
|
color: #d2e7e8;
|
||||||
padding: 3px 7px;
|
padding: 3px 7px;
|
||||||
font-size: 12pt;
|
font-size: 12px;
|
||||||
border-bottom: 1px solid #555;
|
border-bottom: 1px solid #555;
|
||||||
}
|
}
|
||||||
div.ban h2:not(:nth-child(1))
|
div.ban h2:not(:nth-child(1))
|
||||||
|
Loading…
Reference in New Issue
Block a user