From ad1aa99f320d92ab539c111a985604ccb23a8893 Mon Sep 17 00:00:00 2001 From: mrmrs Date: Tue, 29 Apr 2014 00:12:12 -0700 Subject: [PATCH] Adds stuffz. --- css/i.css | 2 +- index.html | 1 + sass/_utilities.scss | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/css/i.css b/css/i.css index 7c84d18..3bfaa15 100644 --- a/css/i.css +++ b/css/i.css @@ -1531,7 +1531,7 @@ table { border-collapse: collapse; border-spacing: 0; } */ /* The Media Object Built by @stubornella http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
me
@Stubbornella 14 minutes ago
*/ -/* The Flag Object Built by @csswizzrdry http://csswizardry.com/2013/05/the-flag-object/ Use to vertically center text against an image.

*/ +/* The Flag Object Built by @csswizzrdry http://csswizardry.com/2013/05/the-flag-object/ Use to vertically center text against an image.

*/ .flag { display: table; width: 100%; } .flag--image, .flag--body { display: table-cell; vertical-align: middle; } diff --git a/index.html b/index.html index b432254..7d2ddba 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ + TACHYONS EXAMPLES diff --git a/sass/_utilities.scss b/sass/_utilities.scss index 00f7776..c394b52 100644 --- a/sass/_utilities.scss +++ b/sass/_utilities.scss @@ -32,8 +32,8 @@ * * Use to vertically center text against an image. * - *
- *
+ *
+ *
* *
*