From 13bdf616ef2feb91bb1ca0db1ae140e4da17f147 Mon Sep 17 00:00:00 2001
From: Razvan Caliman
Date: Fri, 5 Oct 2018 13:42:22 +0200
Subject: [PATCH] Remove warning about Firefox 33 from @counter-style demo
---
counter-style-demo/css/style.css | 8 --------
counter-style-demo/index.html | 3 +--
2 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/counter-style-demo/css/style.css b/counter-style-demo/css/style.css
index 411cb0b2..7634ecf3 100644
--- a/counter-style-demo/css/style.css
+++ b/counter-style-demo/css/style.css
@@ -45,13 +45,6 @@ body {
float: left;
}
-.compatibility-warning {
- color: #E05252;
- margin-top: 10px;
- border-radius: 4px;
- font-size: 0.7em;
-}
-
/* Demo styles */
@counter-style demo-cyclic {
@@ -342,4 +335,3 @@ body {
.demo-ethiopic-numeric {
list-style: ethiopic-numeric;
}
-
diff --git a/counter-style-demo/index.html b/counter-style-demo/index.html
index fcebf736..6b1a4213 100644
--- a/counter-style-demo/index.html
+++ b/counter-style-demo/index.html
@@ -138,8 +138,7 @@ Select a counter style from the list
Read more about @counter-style
on
Mozilla Developer Network
- ⚠ Warning: @counter-style currently works only on Firefox 33+