[PATCH] Added a tagline to index.html.

Yomi abyomi0 at gmail.com
Fri Sep 13 13:49:23 PDT 2013


---
 index.html  | 2 ++
 wayland.css | 1 +
 2 files changed, 3 insertions(+)

diff --git a/index.html b/index.html
index a9a860f..e76ded1 100644
--- a/index.html
+++ b/index.html
@@ -12,6 +12,8 @@
 
 <h2>Wayland</h2>
 
+<p id="tagline">every frame is perfect</p>
+
 <p>Wayland is intended as a simpler replacement for X, easier to develop
 and maintain.  GNOME and KDE are expected to be ported to it.</p>
 
diff --git a/wayland.css b/wayland.css
index 7f058ba..cc45137 100644
--- a/wayland.css
+++ b/wayland.css
@@ -1,6 +1,7 @@
 body { padding: 0px 150px; }
 h1 { margin: 40px 0px; color: #aaa; }
 p { margin: 20px 0px; }
+#tagline { font-style:italic; text-align:right;}
 h1 img { vertical-align: middle; border-width: 0px; }
 h2 { font-family: sans; color: #888; }
 h3 { font-family: sans; color: #888; font-style: italic; }
-- 
1.8.4



More information about the wayland-devel mailing list