Remove units from zero.
This commit is contained in:
parent
7fdcc1af18
commit
ecdeea22eb
|
@ -203,7 +203,7 @@ body > footer a:hover img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.quickstart .content {
|
.quickstart .content {
|
||||||
padding: 0px 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quickstart h4 {
|
.quickstart h4 {
|
||||||
|
@ -576,7 +576,7 @@ article h2:first-child {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -10px;
|
top: -10px;
|
||||||
left: 0px;
|
left: 0;
|
||||||
border-color: transparent #6f0d0d #6f0d0d transparent;
|
border-color: transparent #6f0d0d #6f0d0d transparent;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 5px;
|
border-width: 5px;
|
||||||
|
@ -846,7 +846,7 @@ code.option, code.flag, code.filter, code.output {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -10px;
|
top: -10px;
|
||||||
left: 0px;
|
left: 0;
|
||||||
border-color: transparent #222 #222 transparent;
|
border-color: transparent #222 #222 transparent;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 5px;
|
border-width: 5px;
|
||||||
|
|
Loading…
Reference in New Issue