[test] Updated CSS unit tests
To adapt to recent changes in the CSS parser
This commit is contained in:
parent
1083992204
commit
2d6ff29452
2 changed files with 8 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
display: none;
|
display: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 207%; /* 4 */
|
font-size: 172%; /* 3 */
|
||||||
}
|
}
|
||||||
.calibre {
|
.calibre {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 207%; /* 4 */
|
font-size: 172%; /* 3 */
|
||||||
}
|
}
|
||||||
.calibre3 {
|
.calibre3 {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 207%; /* 4 */
|
font-size: 172%; /* 3 */
|
||||||
}
|
}
|
||||||
.calibre4 {
|
.calibre4 {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 144%; /* 2 */
|
font-size: 120%; /* 1 */
|
||||||
}
|
}
|
||||||
.hljs-comment {
|
.hljs-comment {
|
||||||
color: #8e908c;
|
color: #8e908c;
|
||||||
|
|
|
@ -19,7 +19,7 @@ svg.cover-svg {
|
||||||
page-break-before: avoid;
|
page-break-before: avoid;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 248%; /* 5 */
|
font-size: 207%; /* 4 */
|
||||||
}
|
}
|
||||||
.p {
|
.p {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
@ -59,7 +59,7 @@ svg.cover-svg {
|
||||||
page-break-before: avoid;
|
page-break-before: avoid;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 207%; /* 4 */
|
font-size: 172%; /* 3 */
|
||||||
}
|
}
|
||||||
.title2 {
|
.title2 {
|
||||||
margin-left: 1.56em;
|
margin-left: 1.56em;
|
||||||
|
@ -69,7 +69,7 @@ svg.cover-svg {
|
||||||
page-break-before: avoid;
|
page-break-before: avoid;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 172%; /* 3 */
|
font-size: 144%; /* 2 */
|
||||||
}
|
}
|
||||||
.empty-line {
|
.empty-line {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
@ -118,7 +118,7 @@ svg.cover-svg {
|
||||||
page-break-before: avoid;
|
page-break-before: avoid;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 144%; /* 2 */
|
font-size: 120%; /* 1 */
|
||||||
}
|
}
|
||||||
.cite {
|
.cite {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
|
Loading…
Reference in a new issue