Skip to content

Commit 1347cdc

Browse files
Merge pull request #10 from oslego/counters-warning
Remove warning about Firefox 33 from @counter-style demo
2 parents d6ee3a7 + 13bdf61 commit 1347cdc

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

counter-style-demo/css/style.css

-8
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ body {
4545
float: left;
4646
}
4747

48-
.compatibility-warning {
49-
color: #E05252;
50-
margin-top: 10px;
51-
border-radius: 4px;
52-
font-size: 0.7em;
53-
}
54-
5548
/* Demo styles */
5649

5750
@counter-style demo-cyclic {
@@ -342,4 +335,3 @@ body {
342335
.demo-ethiopic-numeric {
343336
list-style: ethiopic-numeric;
344337
}
345-

counter-style-demo/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ <h3>Select a counter style from the list</h3>
138138
<i>Read more about <code>@counter-style</code> on
139139
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/@counter-style">Mozilla Developer Network</a></i>
140140

141-
<div class="compatibility-warning">⚠ Warning: <i>@counter-style</i> currently works only on Firefox 33+</div>
142141
</div>
143142
<script src="js/script.js"></script>
144143
</body>
145-
</html>
144+
</html>

0 commit comments

Comments
 (0)