Added hidden class to the foundation CSS

This commit is contained in:
Josh Sherman 2010-11-13 00:24:54 -05:00
parent d64251c098
commit 0eaca78806

1
css/foundation.css vendored
View file

@ -22,3 +22,4 @@
.lower { text-transform: lowercase }
.capitalize { text-transform: capitalize }
.normal { text-transform: none; font-style: normal; font-weight: normal; text-decoration: none }
.hidden { display: none }