Skip to content

Commit 2066989

Browse files
IvanBisultanovIvanBisultanov
authored andcommitted
fix typo
1 parent b6d7340 commit 2066989

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/material/css/angular-data-grid.material.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ th:focus,
22
a:focus {
33
outline: none; }
44

5-
.codepen-wtap {
5+
.codepen-wrap {
66
margin-top: 15px; }
77

88
.mdl-data-table {

demo/material/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h4>Angular Data Grid sample using Material Design styling</h4>
166166
</div>
167167
<hr>
168168
<md-button class="md-raised md-primary" ng-click="showCode = !showCode">CodePen</md-button>
169-
<div ng-show="showCode" class="codepen-wtap">
169+
<div ng-show="showCode" class="codepen-wrap">
170170
<p data-height="768" data-theme-id="21603" data-slug-hash="jWBaOX" data-default-tab="html" data-user="IvanBisultanov" class='codepen'>See the Pen <a
171171
href='http://codepen.io/IvanBisultanov/pen/jWBaOX'>jWBaOX</a> by IvanBisultanov (<a href='http://codepen.io/IvanBisultanov'>@IvanBisultanov</a>) on <a href='http://codepen.io'>CodePen</a>.
172172
</p>

demo/material/scss/angular-data-grid.material.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ th:focus,
44
a:focus {
55
outline: none;
66
}
7-
.codepen-wtap {
7+
.codepen-wrap {
88
margin-top: 15px;
99
}
1010
.mdl-data-table {

0 commit comments

Comments
 (0)