diff options
| author | Mark Otto <[email protected]> | 2012-01-08 15:38:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-08 15:38:57 -0800 |
| commit | eaa8220d70f84a710c9dfa1bd49a7c35bcab1a3b (patch) | |
| tree | eb0e7c8b99dc3cbb14797580fbbf5b0ea7cf7a05 /bootstrap.css | |
| parent | e654ec13369761e252aa279d5e0a1002ba23cfb7 (diff) | |
| download | bootstrap-eaa8220d70f84a710c9dfa1bd49a7c35bcab1a3b.tar.xz bootstrap-eaa8220d70f84a710c9dfa1bd49a7c35bcab1a3b.zip | |
add utilities.less file for generic classes
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/bootstrap.css b/bootstrap.css index f4a604e01..5fa1067a0 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sun Jan 8 15:33:29 PST 2012 + * Date: Sun Jan 8 15:38:44 PST 2012 */ html, body { margin: 0; @@ -241,18 +241,6 @@ a:hover { color: #005580; text-decoration: underline; } -.pull-right { - float: right; -} -.pull-left { - float: left; -} -.hide { - display: none; -} -.show { - display: block; -} .row { margin-left: -20px; zoom: 1; @@ -3018,6 +3006,21 @@ a.thumbnail:hover { background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.hide { + display: none; +} +.show { + display: block; +} +.invisible { + visibility: hidden; +} .hidden { display: none; visibility: hidden; |
