Title: [109508] trunk/Websites/webkit.org
Revision
109508
Author
[email protected]
Date
2012-03-01 22:13:51 -0800 (Thu, 01 Mar 2012)

Log Message

Add a link to the EFL wiki page
https://bugs.webkit.org/show_bug.cgi?id=79439

Patch by Seo Sanghyeon <[email protected]> on 2012-03-01
Reviewed by Adam Barth.

* building/tools.html:
* css/main.css: Cross-browser border-radius.

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (109507 => 109508)


--- trunk/Websites/webkit.org/ChangeLog	2012-03-02 06:11:37 UTC (rev 109507)
+++ trunk/Websites/webkit.org/ChangeLog	2012-03-02 06:13:51 UTC (rev 109508)
@@ -1,3 +1,13 @@
+2012-03-01  Seo Sanghyeon  <[email protected]>
+
+        Add a link to the EFL wiki page
+        https://bugs.webkit.org/show_bug.cgi?id=79439
+
+        Reviewed by Adam Barth.
+
+        * building/tools.html:
+        * css/main.css: Cross-browser border-radius.
+
 2012-02-24  Tom Zakrajsek  <[email protected]>
 
         team.html (on webkit.org) doesn't recognize codeaurora.org

Modified: trunk/Websites/webkit.org/building/tools.html (109507 => 109508)


--- trunk/Websites/webkit.org/building/tools.html	2012-03-02 06:11:37 UTC (rev 109507)
+++ trunk/Websites/webkit.org/building/tools.html	2012-03-02 06:13:51 UTC (rev 109508)
@@ -101,6 +101,11 @@
 Follow the instructions on the <a href="" wiki page.
 </div>
 
+<div class="efl-instructions">
+<h4>EFL</h4>
+Follow the instructions on the <a href="" wiki page.
+</div>
+
 <p>Once you have installed your developer tools, the next step is
 <a href="" the code</a>.</p>
 <?php

Modified: trunk/Websites/webkit.org/css/main.css (109507 => 109508)


--- trunk/Websites/webkit.org/css/main.css	2012-03-02 06:11:37 UTC (rev 109507)
+++ trunk/Websites/webkit.org/css/main.css	2012-03-02 06:13:51 UTC (rev 109508)
@@ -198,10 +198,12 @@
     line-height: normal;
 }
 
-.mac-instructions, .windows-instructions, .gtk-instructions, .qt-instructions {
+.mac-instructions, .windows-instructions, .gtk-instructions, .qt-instructions, .efl-instructions {
     border: 1px solid black;
     background-color: white;
     -webkit-border-radius: 5px;
+    -moz-border-radius: 5px;
+    border-radius: 5px;
     padding: 0 1em;
     margin: 1em 0;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to