[gimp-web/gimp-web-static] Added scoped boolean to inline style block



commit c3c461ab9673ffa5ebe4d87213e0a10fe59f398c
Author: Pat David <patdavid gmail com>
Date:   Fri Oct 9 14:52:18 2015 -0500

    Added scoped boolean to inline style block

 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 65150eb..e6e7093 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>
+<style scoped='true'>
 table {
     max-width: 35rem;
     margin: 1rem auto;
@@ -61,7 +61,7 @@ td, th {
 </style>
 
 <noscript>
-<style>
+<style scoped='true'>
 .os { display: block; }
 #others { display: none; }
 #letmeknow { display: none; }


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