Skip to content

Commit 49cdf49

Browse files
authored
Docs- carbonads update (#1140)
1 parent 1b7add0 commit 49cdf49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
8080
}
8181

8282
/* carbon ads */
83-
#carbonads {
83+
/* #carbonads {
8484
position: static;
8585
display: block;
8686
max-width: 400px;
@@ -113,7 +113,7 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
113113
display: block;
114114
margin-top: .75rem;
115115
color: #212529 !important
116-
}
116+
} */
117117

118118
/* webpack-dev-server-client-overlay */
119119
#webpack-dev-server-client-overlay {

docs/src/js/carbon-ad.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class CarbonAd extends Component {
55
super(props);
66

77
this.name = this.props.name || "docsblazorbootstrapcom";
8-
this.serve = this.props.serve || "CW7ILK7W";
8+
this.serve = this.props.serve || "CW7ILK7W";
99
this.script = this.props.script || null;
1010
this.placement = this.props.placement || "";
1111
this.format = this.props.format || "cover";

0 commit comments

Comments
 (0)