Skip to content

Commit 4391105

Browse files
committed
🔥 padding-box
1 parent 5669213 commit 4391105

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

static/css/documentation.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,9 +1015,6 @@ a .mega-octicon {
10151015
.content ul code,
10161016
p code {
10171017
border-radius: 3px;
1018-
-moz-background-clip: padding;
1019-
-webkit-background-clip: padding-box;
1020-
background-clip: padding-box;
10211018
border: 1px solid #ccc;
10221019
background-color: #f9f9f9;
10231020
padding: 0px 3px;
@@ -1160,9 +1157,6 @@ pre {
11601157
padding: 10px;
11611158
overflow:auto;
11621159
border-radius: 3px;
1163-
-moz-background-clip: padding;
1164-
-webkit-background-clip: padding-box;
1165-
background-clip: padding-box;
11661160
background-color: #fafafb;
11671161
color: #393939;
11681162
margin: 2em 0;
@@ -1196,9 +1190,6 @@ pre span.comment {color: #aaa;}
11961190
background-color: #444;
11971191
color: #fff;
11981192
border-radius: 3px;
1199-
-moz-background-clip: padding;
1200-
-webkit-background-clip: padding-box;
1201-
background-clip: padding-box;
12021193
border: none;
12031194
position: relative;
12041195
}

0 commit comments

Comments
 (0)