mirror of
https://github.com/golang/go
synced 2024-11-05 11:46:12 -07:00
godoc: remove vendor prefixes for border-radius
All major browsers support the border-radius directive without any vendor prefix. Hence, removing them. https://caniuse.com/#search=border-radius Change-Id: I2da5f109296df3c7f191df95876bd6849f51d9ae Reviewed-on: https://go-review.googlesource.com/110155 Reviewed-by: Andrew Bonventre <andybons@golang.org> Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
0b5ca0b040
commit
8e070db38e
@ -3078,9 +3078,6 @@ ol {
|
||||
pre {
|
||||
background: #EFEFEF;
|
||||
padding: 0.625rem;
|
||||
|
||||
-webkit-border-radius: 0.3125rem;
|
||||
-moz-border-radius: 0.3125rem;
|
||||
border-radius: 0.3125rem;
|
||||
}
|
||||
|
||||
@ -3215,9 +3212,6 @@ div#blog .read a,
|
||||
|
||||
text-decoration: none;
|
||||
font-size: 1rem;
|
||||
|
||||
-webkit-border-radius: 0.3125rem;
|
||||
-moz-border-radius: 0.3125rem;
|
||||
border-radius: 0.3125rem;
|
||||
}
|
||||
div#playground .buttons a,
|
||||
@ -3366,9 +3360,6 @@ a#start {
|
||||
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
|
||||
-webkit-border-radius: 0.3125rem;
|
||||
-moz-border-radius: 0.3125rem;
|
||||
border-radius: 0.3125rem;
|
||||
}
|
||||
a#start .big {
|
||||
@ -3404,10 +3395,6 @@ div#learn .input {
|
||||
margin-top: 0.625rem;
|
||||
height: 9.375rem;
|
||||
|
||||
-webkit-border-top-left-radius: 0.3125rem;
|
||||
-webkit-border-top-right-radius: 0.3125rem;
|
||||
-moz-border-radius-topleft: 0.3125rem;
|
||||
-moz-border-radius-topright: 0.3125rem;
|
||||
border-top-left-radius: 0.3125rem;
|
||||
border-top-right-radius: 0.3125rem;
|
||||
}
|
||||
@ -3425,18 +3412,11 @@ div#learn .output {
|
||||
height: 3.688rem;
|
||||
overflow: auto;
|
||||
|
||||
-webkit-border-bottom-right-radius: 0.3125rem;
|
||||
-webkit-border-bottom-left-radius: 0.3125rem;
|
||||
-moz-border-radius-bottomright: 0.3125rem;
|
||||
-moz-border-radius-bottomleft: 0.3125rem;
|
||||
border-bottom-right-radius: 0.3125rem;
|
||||
border-bottom-left-radius: 0.3125rem;
|
||||
}
|
||||
div#learn .output pre {
|
||||
padding: 0;
|
||||
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
div#learn .input,
|
||||
@ -3533,10 +3513,6 @@ div.play .input {
|
||||
padding: 0.625rem;
|
||||
margin-top: 0.625rem;
|
||||
|
||||
-webkit-border-top-left-radius: 0.3125rem;
|
||||
-webkit-border-top-right-radius: 0.3125rem;
|
||||
-moz-border-radius-topleft: 0.3125rem;
|
||||
-moz-border-radius-topright: 0.3125rem;
|
||||
border-top-left-radius: 0.3125rem;
|
||||
border-top-right-radius: 0.3125rem;
|
||||
|
||||
@ -3562,18 +3538,11 @@ div.play .output {
|
||||
max-height: 12.5rem;
|
||||
overflow: auto;
|
||||
|
||||
-webkit-border-bottom-right-radius: 0.3125rem;
|
||||
-webkit-border-bottom-left-radius: 0.3125rem;
|
||||
-moz-border-radius-bottomright: 0.3125rem;
|
||||
-moz-border-radius-bottomleft: 0.3125rem;
|
||||
border-bottom-right-radius: 0.3125rem;
|
||||
border-bottom-left-radius: 0.3125rem;
|
||||
}
|
||||
div.play .output pre {
|
||||
padding: 0;
|
||||
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
div.play .input,
|
||||
@ -3622,10 +3591,6 @@ div#playground {
|
||||
border: 0.0625rem solid #B0BBC5;
|
||||
border-top: none;
|
||||
|
||||
-webkit-border-bottom-left-radius: 0.3125rem;
|
||||
-webkit-border-bottom-right-radius: 0.3125rem;
|
||||
-moz-border-radius-bottomleft: 0.3125rem;
|
||||
-moz-border-radius-bottomright: 0.3125rem;
|
||||
border-bottom-left-radius: 0.3125rem;
|
||||
border-bottom-right-radius: 0.3125rem;
|
||||
}
|
||||
@ -3653,8 +3618,6 @@ div#playground .output {
|
||||
width: auto;
|
||||
margin: 1.25rem;
|
||||
padding: 0.625rem;
|
||||
-webkit-border-radius: 0.3125rem;
|
||||
-moz-border-radius: 0.3125rem;
|
||||
border-radius: 0.3125rem;
|
||||
}
|
||||
#content .code, #content .playground {
|
||||
|
@ -75,9 +75,6 @@ ol {
|
||||
pre {
|
||||
background: #EFEFEF;
|
||||
padding: 0.625rem;
|
||||
|
||||
-webkit-border-radius: 0.3125rem;
|
||||
-moz-border-radius: 0.3125rem;
|
||||
border-radius: 0.3125rem;
|
||||
}
|
||||
|
||||
@ -212,9 +209,6 @@ div#blog .read a,
|
||||
|
||||
text-decoration: none;
|
||||
font-size: 1rem;
|
||||
|
||||
-webkit-border-radius: 0.3125rem;
|
||||
-moz-border-radius: 0.3125rem;
|
||||
border-radius: 0.3125rem;
|
||||
}
|
||||
div#playground .buttons a,
|
||||
@ -363,9 +357,6 @@ a#start {
|
||||
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
|
||||
-webkit-border-radius: 0.3125rem;
|
||||
-moz-border-radius: 0.3125rem;
|
||||
border-radius: 0.3125rem;
|
||||
}
|
||||
a#start .big {
|
||||
@ -401,10 +392,6 @@ div#learn .input {
|
||||
margin-top: 0.625rem;
|
||||
height: 9.375rem;
|
||||
|
||||
-webkit-border-top-left-radius: 0.3125rem;
|
||||
-webkit-border-top-right-radius: 0.3125rem;
|
||||
-moz-border-radius-topleft: 0.3125rem;
|
||||
-moz-border-radius-topright: 0.3125rem;
|
||||
border-top-left-radius: 0.3125rem;
|
||||
border-top-right-radius: 0.3125rem;
|
||||
}
|
||||
@ -422,18 +409,11 @@ div#learn .output {
|
||||
height: 3.688rem;
|
||||
overflow: auto;
|
||||
|
||||
-webkit-border-bottom-right-radius: 0.3125rem;
|
||||
-webkit-border-bottom-left-radius: 0.3125rem;
|
||||
-moz-border-radius-bottomright: 0.3125rem;
|
||||
-moz-border-radius-bottomleft: 0.3125rem;
|
||||
border-bottom-right-radius: 0.3125rem;
|
||||
border-bottom-left-radius: 0.3125rem;
|
||||
}
|
||||
div#learn .output pre {
|
||||
padding: 0;
|
||||
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
div#learn .input,
|
||||
@ -530,10 +510,6 @@ div.play .input {
|
||||
padding: 0.625rem;
|
||||
margin-top: 0.625rem;
|
||||
|
||||
-webkit-border-top-left-radius: 0.3125rem;
|
||||
-webkit-border-top-right-radius: 0.3125rem;
|
||||
-moz-border-radius-topleft: 0.3125rem;
|
||||
-moz-border-radius-topright: 0.3125rem;
|
||||
border-top-left-radius: 0.3125rem;
|
||||
border-top-right-radius: 0.3125rem;
|
||||
|
||||
@ -559,18 +535,11 @@ div.play .output {
|
||||
max-height: 12.5rem;
|
||||
overflow: auto;
|
||||
|
||||
-webkit-border-bottom-right-radius: 0.3125rem;
|
||||
-webkit-border-bottom-left-radius: 0.3125rem;
|
||||
-moz-border-radius-bottomright: 0.3125rem;
|
||||
-moz-border-radius-bottomleft: 0.3125rem;
|
||||
border-bottom-right-radius: 0.3125rem;
|
||||
border-bottom-left-radius: 0.3125rem;
|
||||
}
|
||||
div.play .output pre {
|
||||
padding: 0;
|
||||
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
div.play .input,
|
||||
@ -619,10 +588,6 @@ div#playground {
|
||||
border: 0.0625rem solid #B0BBC5;
|
||||
border-top: none;
|
||||
|
||||
-webkit-border-bottom-left-radius: 0.3125rem;
|
||||
-webkit-border-bottom-right-radius: 0.3125rem;
|
||||
-moz-border-radius-bottomleft: 0.3125rem;
|
||||
-moz-border-radius-bottomright: 0.3125rem;
|
||||
border-bottom-left-radius: 0.3125rem;
|
||||
border-bottom-right-radius: 0.3125rem;
|
||||
}
|
||||
@ -650,8 +615,6 @@ div#playground .output {
|
||||
width: auto;
|
||||
margin: 1.25rem;
|
||||
padding: 0.625rem;
|
||||
-webkit-border-radius: 0.3125rem;
|
||||
-moz-border-radius: 0.3125rem;
|
||||
border-radius: 0.3125rem;
|
||||
}
|
||||
#content .code, #content .playground {
|
||||
|
Loading…
Reference in New Issue
Block a user