aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2011-09-06update diagrams to use smaller border radius, add new container-app exampleMark Otto4-3/+3
2011-09-06move javascript from examples into docsJacob Thornton8-6/+969
2011-09-06first pass at enabling active states in dropdowns in topbar and fixing the ↵Mark Otto2-9/+9
bug of having an active class on parent dropdown
2011-09-04addng docs for the themes stuff and examplesMark Otto5-14/+43
2011-09-02Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wipMark Otto1-0/+33
2011-09-02updated address examplesMark Otto1-7/+19
2011-09-02adding support for and example ul in block-messagesMark Otto1-1/+6
2011-09-02Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wipJacob Thornton1-18/+24
2011-09-02adds small js section to docs indexJacob Thornton1-0/+33
2011-09-02resolve conflictMark Otto2-104/+1
2011-09-02tweak readonly, disabled, and uneditable form elementsMark Otto1-18/+24
2011-09-02Merge branch 'master' of github.com:twitter/bootstrap into js-examplesJacob Thornton3-38/+60
Conflicts: bootstrap-1.2.0.css bootstrap-1.2.0.min.css lib/patterns.less lib/scaffolding.less
2011-09-02fix docs.css spacing, add gradient support for ie9 backMark Otto1-3/+1
2011-09-02cleanup docs and fix gradient in mastheadMark Otto1-3/+3
2011-09-02add reset filter to preboot for turning off gradients in IE when necessary; ↵Mark Otto1-1/+1
make :disabled [disabled] for crossbrowser usage
2011-09-02fix dropdown bug, remove second topbar from docs nowMark Otto1-41/+0
2011-09-02resolve conflictsMark Otto2-2/+1
2011-09-02add temp second topbar to nav section, fix it's compatibility issuesMark Otto2-3/+43
2011-09-02add doc styles back to topbar-innerJacob Thornton1-1/+1
2011-09-02Merge branch '1.2-wip' of github.com:twitter/bootstrap into 1.2-wipJacob Thornton1-3/+3
Conflicts: bootstrap-1.2.0.css bootstrap-1.2.0.min.css lib/patterns.less
2011-09-02div > ul ftwJacob Thornton1-1/+0
2011-09-02add backwards compatability for dropdowns in topbarMark Otto1-3/+3
2011-09-01Merge branch '1.2-wip' of github.com:twitter/bootstrap into 1.2-wipJacob Thornton1-2/+9
Conflicts: bootstrap-1.2.0.css
2011-09-01for html5 style all inputs -- then unstyle checkbox, radio, button, reset, ↵Jacob Thornton1-4/+4
submit
2011-08-31merging in remote and recompilingMark Otto1-14/+10
2011-08-31spelling mistakes and undo of one commentMark Otto1-2/+2
2011-08-30Merge branch 'master' of github.com:twitter/bootstrap into 1.2-wipJacob Thornton1-7/+7
Conflicts: README.md bootstrap-1.2.0.css
2011-08-30rename all 1.1.1 stuff -> 1.2.0 and remove templates dir and fluid.htmlJacob Thornton1-2/+2
2011-08-30Fixed duplicate element idsDavid Haywood Smith1-7/+7
Also updated labels where required
2011-08-29lulz nbspJacob Thornton1-1/+1
2011-08-29btn's need &nbps; seperating them for ie7Jacob Thornton1-5/+1
2011-08-29adding more grid docsMark Otto1-0/+7
2011-08-29resolving deltas between that epic css selector specifity pull request and ↵Mark Otto1-2/+2
latest changes here
2011-08-27add topbar dropdown jsJacob Thornton2-104/+1
2011-08-27redefine the grid to use attribute selectors with css regex, make previously ↵Mark Otto1-0/+5
fixed grid values use variables we use elsewhere
2011-08-26adding dropdowns to tabs by refactoring the shizzzz out of themMark Otto2-10/+28
2011-08-26Merge branch '1.1.1-wip'Jacob Thornton3-108/+112
2011-08-26update everything to 1.1.1Jacob Thornton1-2/+2
2011-08-26clean up redundant google prettify codeJacob Thornton1-10/+3
2011-08-26bump less version number in docsMark Otto1-1/+1
2011-08-26Made JavaScript unobtrusive by factoring out prettyPrint() to ↵Karthik Viswanathan2-4/+16
application.js. Also removed unused class from hero demo.
2011-08-25updated le docs to include note about topbar and padding on box (issue #86) ↵Mark Otto1-24/+27
and add snippet about @basefont and @baseline to type section
2011-08-25pull table class from docs againMark Otto1-3/+3
2011-08-25updated docs for b/i tags based on issue #62Mark Otto1-1/+1
2011-08-25updated classnames in the docs for the alerts, updated colors on error and ↵Mark Otto1-2/+2
info alerts/buttons
2011-08-25merged in my pending changes from 1.2-wip branch, resolve diffs as best as i ↵Mark Otto2-67/+58
could, update docs and alerts to use original classes, updated docs to include smaller section for layouts
2011-08-25update alert and button styling aproachJacob Thornton1-5/+9
2011-08-25big update to change the alerts, normal and block level, to have simpler css ↵Mark Otto2-27/+32
and new colors independent of the base color scheme
2011-08-24add opera to browser supportJacob Thornton2-1/+2
2011-08-24Fixed empty for fields on select labelsDavid Haywood Smith1-8/+8
Also added id fields to selects where needed