Bugfix: use pixels everywhere
This commit is contained in:
parent
5ae40a9cca
commit
2d7dd98b5b
1 changed files with 3 additions and 3 deletions
|
@ -88,13 +88,13 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 .small {
|
h1 .small {
|
||||||
font-size: 12pt;
|
font-size: 12px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #808080;
|
color: #808080;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 .small {
|
h2 .small {
|
||||||
font-size: 12pt;
|
font-size: 12px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -310,7 +310,7 @@ table.list tbody td {
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-result .small {
|
.search-result .small {
|
||||||
font-size: 9pt;
|
font-size: 10px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #808080;
|
color: #808080;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue