[gnomeweb-wml] Put back the misspelled "Spell" Changed CSS underline to dotted red. Hopefully it will be more obvio



commit be0a43b3419a451c02d8553da89eb1a8823c766d
Author: Jared Jennings <jjennings src gnome org>
Date:   Thu Jun 14 14:23:10 2012 -0400

    Put back the misspelled "Spell"
    Changed CSS underline to dotted red.
    Hopefully it will be more obvious that the mispelling is intentional.

 projects.gnome.org/tomboy/default.css |    2 +-
 projects.gnome.org/tomboy/index.html  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/projects.gnome.org/tomboy/default.css b/projects.gnome.org/tomboy/default.css
index 9eb4e9c..ada2413 100644
--- a/projects.gnome.org/tomboy/default.css
+++ b/projects.gnome.org/tomboy/default.css
@@ -99,6 +99,6 @@ h3 {
 }
 
 .underline {
-    text-decoration: underline;
+	border-bottom: 1px red dotted;
 }
 
diff --git a/projects.gnome.org/tomboy/index.html b/projects.gnome.org/tomboy/index.html
index 8d98f96..01e0633 100644
--- a/projects.gnome.org/tomboy/index.html
+++ b/projects.gnome.org/tomboy/index.html
@@ -57,7 +57,7 @@
       <h2>Features highlights</h2>
       <ul>
         <li><span class="hilight">Highlighting</span> text</li>
-        <li>Inline <span class="underline">spell</span> checking</li>
+        <li>Inline <span class="underline">spelll</span> checking</li>
         <li>Auto-linking web &amp; <span title="Click address to create new email">email addresses</span></li>
         <li>Undo/redo</li>
         <li>Font <strong>styling</strong> &amp; sizing</li>



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