/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/styles/bootstrap/utilities.less
30 строк
335 B
Bernhard Sirlinger
Updated bootstrap to 2.3.1 and less to 1.3.3 (needed for bootstrap)
26 май 2013, 15:02
26 май 2013, 15:02
ff8d55c
Код
Авторство
О чём код?
// // Utility classes // -------------------------------------------------- // Quick floats .pull-right { float: right; } .pull-left { float: left; } // Toggling content .hide { display: none; } .show { display: block; } // Visibility .invisible { visibility: hidden; } // For Affix plugin .affix { position: fixed; }