Skip to content

Commit 4dc6484

Browse files
committed
🔥 -webkit and -moz border radius
1 parent bb3a046 commit 4dc6484

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

static/css/documentation.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,8 +1027,6 @@ a .mega-octicon {
10271027
.content dl code,
10281028
.content ul code,
10291029
p code {
1030-
-webkit-border-radius: 3px;
1031-
-moz-border-radius: 3px;
10321030
border-radius: 3px;
10331031
-moz-background-clip: padding;
10341032
-webkit-background-clip: padding-box;
@@ -1193,15 +1191,11 @@ pre span.comment {color: #aaa;}
11931191
.headers {
11941192
margin-bottom: 0;
11951193
border-bottom-width: 0;
1196-
-webkit-border-radius: 3px 3px 0 0;
1197-
-moz-border-radius: 3px 3px 0 0;
11981194
border-radius: 3px 3px 0 0;
11991195
background-color: #f4f4f4;
12001196
}
12011197

12021198
.no-response {
1203-
-webkit-border-radius: 3px 3px;
1204-
-moz-border-radius: 3px 3px;
12051199
border-radius: 3px 3px;
12061200
border-bottom: 1px solid #CACACA;
12071201
}
@@ -1215,8 +1209,6 @@ pre span.comment {color: #aaa;}
12151209
.terminal {
12161210
background-color: #444;
12171211
color: #fff;
1218-
-webkit-border-radius: 3px;
1219-
-moz-border-radius: 3px;
12201212
border-radius: 3px;
12211213
-moz-background-clip: padding;
12221214
-webkit-background-clip: padding-box;

0 commit comments

Comments
 (0)