File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
80
80
}
81
81
82
82
/* carbon ads */
83
- # carbonads {
83
+ /* #carbonads {
84
84
position: static;
85
85
display: block;
86
86
max-width: 400px;
@@ -113,7 +113,7 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
113
113
display: block;
114
114
margin-top: .75rem;
115
115
color: #212529 !important
116
- }
116
+ } */
117
117
118
118
/* webpack-dev-server-client-overlay */
119
119
# webpack-dev-server-client-overlay {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ class CarbonAd extends Component {
5
5
super ( props ) ;
6
6
7
7
this . name = this . props . name || "docsblazorbootstrapcom" ;
8
- this . serve = this . props . serve || "CW7ILK7W" ;
8
+ this . serve = this . props . serve || "CW7ILK7W" ;
9
9
this . script = this . props . script || null ;
10
10
this . placement = this . props . placement || "" ;
11
11
this . format = this . props . format || "cover" ;
You can’t perform that action at this time.
0 commit comments