[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 // 2 // Layouts 3 // -------------------------------------------------- 4 5 6 // Container (centered, fixed-width layouts) 7 .container { 8 .container-fixed(); 9 } 10 11 // Fluid layouts (left aligned, with sidebar, min- & max-width content) 12 .container-fluid { 13 padding-right: @gridGutterWidth; 14 padding-left: @gridGutterWidth; 15 .clearfix(); 16 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |