2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
Reviewed by Eric Seidel.
Add reference to the GTK and QT build wiki pages
https://bugs.webkit.org/show_bug.cgi?id=32088
* building/tools.html:
* css/main.css:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51723 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog
index 5955103..5a628cb 100644
--- a/WebKitSite/ChangeLog
+++ b/WebKitSite/ChangeLog
@@ -1,3 +1,14 @@
+2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
+
+ Reviewed by Eric Seidel.
+
+ Add reference to the GTK and QT build wiki pages
+
+ https://bugs.webkit.org/show_bug.cgi?id=32088
+
+ * building/tools.html:
+ * css/main.css:
+
2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
Reviewed by Darin Adler.
diff --git a/WebKitSite/building/tools.html b/WebKitSite/building/tools.html
index eeebea5..9a46186 100644
--- a/WebKitSite/building/tools.html
+++ b/WebKitSite/building/tools.html
@@ -59,6 +59,16 @@
</ol>
</div>
+<div class="gtk-instructions">
+<h4>GTK</h4>
+Follow the instructions on the <a href="http://trac.webkit.org/wiki/BuildingGtk">BuildingGTK</a> wiki page.
+</div>
+
+<div class="qt-instructions">
+<h4>QT</h4>
+Follow the instructions on the <a href="http://trac.webkit.org/wiki/QtWebKit">QtWebKit</a> wiki page.
+</div>
+
<p>Once you have installed your developer tools, the next step is
<a href="checkout.html">getting the code</a>.</p>
<?php
diff --git a/WebKitSite/css/main.css b/WebKitSite/css/main.css
index 8b2f893..05a2a80 100644
--- a/WebKitSite/css/main.css
+++ b/WebKitSite/css/main.css
@@ -194,7 +194,7 @@
line-height: normal;
}
-.mac-instructions, .windows-instructions {
+.mac-instructions, .windows-instructions, .gtk-instructions, .qt-instructions {
border: 1px solid black;
background-color: white;
-webkit-border-radius: 5px;