[happybirthdaygnome-web] added one more quote and quote styling



commit aafa160bf99f1c761dbb3ac92b35dab804bba475
Author: Andreas Nilsson <nisses mail home se>
Date:   Wed Aug 15 16:11:36 2012 +0200

    added one more quote and quote styling

 css/happybirthdaygnome.css |    4 ++++
 index.html                 |    6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/css/happybirthdaygnome.css b/css/happybirthdaygnome.css
index 7861626..19e86b9 100644
--- a/css/happybirthdaygnome.css
+++ b/css/happybirthdaygnome.css
@@ -156,3 +156,7 @@ small {
   margin-top: 30px;
   margin-bottom: 50px;
 }
+
+.quote {
+  color: gray;
+}
diff --git a/index.html b/index.html
index f4ff146..df2cefd 100644
--- a/index.html
+++ b/index.html
@@ -32,7 +32,7 @@
 <div class="bubble">
 <div class="bubble-tip">&nbsp;</div>
 <h2>Early days</h2>
-<p>On August 15, 1997 the development of GNOME was announced with the following: "We want to develop a free and complete set of user friendly applications and desktop tools, similar to CDE and KDE but based entirely on free software." by Miguel de Icaza & Federico Mena Quintero.</p>
+<p>On August 15, 1997 the development of GNOME was announced with the following: <span class="quote">"We want to develop a free and complete set of user friendly applications and desktop tools, similar to CDE and KDE but based entirely on free software."</span> by Miguel de Icaza & Federico Mena Quintero.</p>
 </div>
 
 <div class="bubble">
@@ -65,7 +65,7 @@
 
 <p>The introduction of the Human Interface Guidelines (HIG), allowed for a more predictable and consistent interface for users. GNOME 2 also had a host of advanced accessibility features for users with disabilities along with a built-in accessibility framework for developers to meet Section 508 requirements.</p>
 
-<p>GNOME 2.x was widely adopted over its many iterations, though many were unhappy upon its introduction. Said one critic upon the release of GNOME 2.0: âI found this default configuration, bone-headed, at best.â</p>
+<p>GNOME 2.x was widely adopted over its many iterations, though many were unhappy upon its introduction. Said one critic upon the release of GNOME 2.0: <span class="quote">âI found this default configuration, bone-headed, at best.â</span></p>
 </div>
 
 <div class="bubble">
@@ -76,6 +76,8 @@
 
 <p>The most important goal of GNOME 3 was defined as the unification of the user experience.  Many flaws were identified in the GNOME 2 desktop related to windows, workspaces and application launching, some of which were labor intensive and prone to errors. A much more holistic approach was needed to take it to the next level.</p>
 
+<p>GNOME 3 was met by some with very positive reactions. Said one detractor, <span class="quote">"I forgot how beautiful and stable GNOME 2 was"</span></p>
+
 </div>
 
 <div class="bubble">



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