replace outdated YUI2 with YUI CSS

This commit is contained in:
Tilo Mitra 2013-02-24 17:09:58 -05:00
parent cc7cfe4721
commit 3db7207a10
2 changed files with 12 additions and 10 deletions

View File

@ -128,13 +128,15 @@ A full featured and beautiful CSS framework which originally combined the best o
**Website:** http://bluetrip.org/
## YUI 2: Grids CSS
## YUI CSS
The foundational YUI Grids CSS offers four preset page widths, six preset templates, and the ability to stack and nest subdivided regions of two, three, or four columns. The 4kb file provides over 1000 page layout combinations.
> Simple CSS for the web
**Responsive:** No
The foundational YUI CSS is an extremely lightweight layer of responsive CSS for your projects. It offers a customizable responsive grid , along with styling for forms, tables, menus, popovers, notifications, images and more. Plays nice with YUI's JavaScript Framework.
**Website:** https://developer.yahoo.com/yui/grids/
**Responsive:** Yes
**Website:** https://tilomitra.github.com/
## Elements

View File

@ -301,19 +301,19 @@
</tr>
<tr>
<td>
<h1><a target="_blank" href="https://developer.yahoo.com/yui/grids/">YUI 2: Grids CSS</a></h1>
<h1><a target="_blank" href="https://developer.yahoo.com/yui/grids/">YUI CSS</a></h1>
<div class="info">
<p>The foundational YUI Grids CSS offers four preset page widths, six preset templates, ...
<p>Simple CSS for the web.
</br>
<a target="_blank" href="https://developer.yahoo.com/yui/grids/">Visit Site</a>
<a target="_blank" href="http://tilomitra.github.com/">Visit Site</a>
</p>
</div>
</td>
<td>
<div class="responsive hint hint--left hint--error no" data-hint="Not Responsive">
<div class="responsive hint hint--left hint--success yes" data-hint="Responsive">
<div class="desktop yes"></div>
<div class="tablet"></div>
<div class="phone"></div>
<div class="tablet yes"></div>
<div class="phone yes"></div>
</div>
</td>
<td><h2>BSD license</h2></td>