Current Path :
/
home
/
develito
/
www
/
plugins
/
system
/
t3
/
base
/
bootstrap
/
less
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/www/plugins/system/t3/base/bootstrap/less/layouts.less
// // Layouts // -------------------------------------------------- // Container (centered, fixed-width layouts) .container { .container-fixed(); } // Fluid layouts (left aligned, with sidebar, min- & max-width content) .container-fluid { padding-right: @gridGutterWidth; padding-left: @gridGutterWidth; .clearfix(); }