[gimp-web] Removed 'scoped' attribute from noscript styling for FF



commit f9262c3b6c5e2a643a0c212d8c4b56b02bbe60fb
Author: Pat David <patdavid gmail com>
Date:   Mon Nov 23 11:46:01 2015 -0600

    Removed 'scoped' attribute from noscript styling for FF

 content/downloads/index.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/content/downloads/index.md b/content/downloads/index.md
index 0fab221..0f418fd 100644
--- a/content/downloads/index.md
+++ b/content/downloads/index.md
@@ -3,7 +3,7 @@ Date: 2015-08-14T14:18:56-05:00
 Author: Pat David
 Status: hidden
 
-<style scoped>
+<style>
 table {
     max-width: 35rem;
     margin: 1rem auto;
@@ -65,7 +65,7 @@ td, th {
 </style>
 
 <noscript>
-<style scoped>
+<style>
 .os { display: block; }
 #others { display: none; }
 #letmeknow { display: none; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]