Twitter-Bootstrap-MVC
Twitter-Bootstrap-MVC copied to clipboard
A set of MVC Views and Scaffolds in Twitter Bootstrap
I was just going to send the html helpers but I have also included the other commits aswell as the T4 templates have been updated to use these new helpers....
There are pull requests and no activity in long time
Hi, I installed this nuget package. after installing it i successfully placed all the files from under "View-Bootsrap" to my "View" folder. I thought it should run fine but I'm...
Now we need to remove the unnecessary css classes that were added to mimic bootsrap style.
The css just did a box that was red, but the font was black.
In a form, labels must have the CSS class control-label. Currently, the scaffolding generates them like this: ``` @Html.LabelFor(model => model.PropertyName) ``` The output is: ``` PropertyName ``` The output...
.input-validation-error + .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48;}
shifty @tobin feature request suggestion for Twitter Bootstrap when you get around to a v2 package: "replacement HtmlHelpers that spit out twitter bootstrap markup"