| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Summary view] [Print] [Text view]
1 // 2 // Responsive: Tablet to desktop 3 // -------------------------------------------------- 4 5 6 @media (min-width: 768px) and (max-width: 979px) { 7 8 // Fixed grid 9 #grid > .core(@gridColumnWidth768, @gridGutterWidth768); 10 11 // Fluid grid 12 #grid > .fluid(@fluidGridColumnWidth768, @fluidGridGutterWidth768); 13 14 // Input grid 15 #grid > .input(@gridColumnWidth768, @gridGutterWidth768); 16 17 // No need to reset .thumbnails here since it's the same @gridGutterWidth 18 19 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |