[gimp-web] Minor modifications to styling to fix css error.



commit 1a4733b91856fabcad305f85322e6a1b61d90275
Author: Pat David <patdavid src gnome org>
Date:   Fri Feb 28 15:13:30 2014 -0600

    Minor modifications to styling to fix css error.
    
    Signed-off-by: Pat David <patdavid src gnome org>

 tutorials/Floating_Logo/index.htrw |   10 +++++-----
 tutorials/Floating_Logo/styles.css |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/tutorials/Floating_Logo/index.htrw b/tutorials/Floating_Logo/index.htrw
index fa95ef4..862cc00 100644
--- a/tutorials/Floating_Logo/index.htrw
+++ b/tutorials/Floating_Logo/index.htrw
@@ -7,8 +7,8 @@
 <h1>Simple Floating Logo</h1>
 
 <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"; rel="license"><img alt="Creative Commons 
License" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png"; style="border-width:0" /></a><br/>
-<span property="dct:title" xmlns:dct="http://purl.org/dc/terms/";>GIMP Tutorial - GIMP Quickies (text &amp; 
images)</span> 
-by <a href="http://blog.patdavid.net"; property="cc:attributionName" rel="cc:attributionURL" 
xmlns:cc="http://creativecommons.org/ns#";>Pat David</a> <br/> 
+<span  xmlns:dct="http://purl.org/dc/terms/";>GIMP Tutorial - GIMP Quickies (text &amp; images)</span> 
+by <a href="http://blog.patdavid.net";  rel="cc:attributionURL" xmlns:cc="http://creativecommons.org/ns#";>Pat 
David</a> <br/> 
 is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"; 
rel="license">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
 
 <h2>Intention</h2>
@@ -397,9 +397,9 @@ The original tutorial this was adapted from can be found <a href="../The_Basics"
 
 
 <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"; rel="license">
-        <img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png"; 
style="border-width:0"></a><br/>
-<span property="dct:title" xmlns:dct="http://purl.org/dc/terms/";>GIMP Tutorial - GIMP Quickies (text &amp; 
images)</span>
-by <a href="http://blog.patdavid.net"; property="cc:attributionName" rel="cc:attributionURL" 
xmlns:cc="http://creativecommons.org/ns#";>Pat David</a><br/>
+        <img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png"; 
style="border-width:0" /></a><br/>
+<span  xmlns:dct="http://purl.org/dc/terms/";>GIMP Tutorial - GIMP Quickies (text &amp; images)</span>
+by <a href="http://blog.patdavid.net";  rel="cc:attributionURL" xmlns:cc="http://creativecommons.org/ns#";>Pat 
David</a><br/>
 Licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"; rel="license">Creative 
Commons Attribution-ShareAlike 3.0 Unported License</a>.
 
 
diff --git a/tutorials/Floating_Logo/styles.css b/tutorials/Floating_Logo/styles.css
index 2016cbc..1fcc851 100644
--- a/tutorials/Floating_Logo/styles.css
+++ b/tutorials/Floating_Logo/styles.css
@@ -1,5 +1,5 @@
 .MenuCmd { text-align: center; margin-bottom: 1em;}
-.MenuCmd span { font-size: 1.1em; border: dashed 1px gray; padding: 0.2em 1em; background-color: #222; }
+.MenuCmd > span { font-size: 1.1em; border: dashed 1px gray; padding: 0.2em 1em; background-color: #222; }
 u { text-decoration: underline; }
 h2.hilite { color: #f57900; }
 


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