jquery - How can I use the minimal amount of Twitter Bootstrap to get the fluid benefits? -


i want sites work on form factors (phones, tablets, desktop/laptops) , orientations (vertical , horizontal). twitter bootstrap's "fluid" example seems great this. have i'm infatuated ... might "twitterpated"!

is there template asp.net (web page/razor) web site (not web app) incorporates need of twitter bootsrap-o-rama fluidity?

if not, "bare bones" must implement this? enough reference bootstrap .css , .js , add class="content-fluid" , "row-fluid" (or whatever they're named exactly) pertinent tags?

the class declarations (row-fluid, etc.) need placed in _sitelayout.cshtml, stimmt?

there template, bare minimum need is

<div class="row-fluid">     <div class="span6">content</div>     <div class="span6">more content</div> </div> 

you don't have use div.container-fluid (though bootstrap way, , helps when view result on phone).

you don't have reference .js files (they're components). don't have include images; they're if use them, , can replace them fontawesome better retina compatibility. have reference bootstrap.css though. that's mandatory. :) though if download .less source files can customize include (which should include responsive elements, of course).


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -