Changeset 109508 in webkit


Ignore:
Timestamp:
Mar 1, 2012 10:13:51 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Seo Sanghyeon <sh4.seo@samsung.com> on 2012-03-01
Reviewed by Adam Barth.

  • building/tools.html:
  • css/main.css: Cross-browser border-radius.
Location:
trunk/Websites/webkit.org
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Websites/webkit.org/ChangeLog

    r108873 r109508  
     12012-03-01  Seo Sanghyeon  <sh4.seo@samsung.com>
     2
     3        Add a link to the EFL wiki page
     4        https://bugs.webkit.org/show_bug.cgi?id=79439
     5
     6        Reviewed by Adam Barth.
     7
     8        * building/tools.html:
     9        * css/main.css: Cross-browser border-radius.
     10
    1112012-02-24  Tom Zakrajsek  <tomz@codeaurora.org>
    212
  • trunk/Websites/webkit.org/building/tools.html

    r86998 r109508  
    102102</div>
    103103
     104<div class="efl-instructions">
     105<h4>EFL</h4>
     106Follow the instructions on the <a href="http://trac.webkit.org/wiki/EFLWebKit">EFLWebKit</a> wiki page.
     107</div>
     108
    104109<p>Once you have installed your developer tools, the next step is
    105110<a href="checkout.html">getting the code</a>.</p>
  • trunk/Websites/webkit.org/css/main.css

    r56300 r109508  
    199199}
    200200
    201 .mac-instructions, .windows-instructions, .gtk-instructions, .qt-instructions {
     201.mac-instructions, .windows-instructions, .gtk-instructions, .qt-instructions, .efl-instructions {
    202202    border: 1px solid black;
    203203    background-color: white;
    204204    -webkit-border-radius: 5px;
     205    -moz-border-radius: 5px;
     206    border-radius: 5px;
    205207    padding: 0 1em;
    206208    margin: 1em 0;
Note: See TracChangeset for help on using the changeset viewer.