aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2012-02-162.0.1v2.0.1Jacob Thornton2-2/+2
2012-02-16bring back checkbox borders to iOS by conditionalizing the border: 0; on it ↵Mark Otto2-1/+5
to IE7-9; fix word break on pre in IE
2012-02-16change clearfix mixin to drop parens that prevent it from being a class, tooMark Otto1-1/+1
2012-02-16add mini buttons per #1971Mark Otto1-0/+7
2012-02-16fix buttons focus state and swap a buttons for button buttonsMark Otto1-1/+1
2012-02-16fix responsive media queries to use 979 and 980 where approproMark Otto1-2/+2
2012-02-13change up fonts on form elements to remove unnecessary font-family on label ↵Mark Otto1-1/+7
element, per #1950
2012-02-12ensure help-block is block per #1937Mark Otto1-0/+1
2012-02-12clean up nav-header in responsiveMark Otto1-0/+4
2012-02-12adding makeRow and makeColumn mixins for generating more semantic layoutsMark Otto1-0/+13
2012-02-12allow .input-prepend/.input-append to work in .navbar per #1681Mark Otto1-1/+9
2012-02-12clear up scaffolding page to separate fixed from fluid grid systemsMark Otto1-14/+14
2012-02-12clean up modals.less comments, add new class for optional use on modal forms ↵Mark Otto1-0/+11
to remove bottom margin
2012-02-12change classname from .btn-dark to .btn-inverse, change use textMark Otto2-5/+5
2012-02-12Merge branch '2.0.1-wip' of https://github.com/simonfranz/bootstrap into ↵Mark Otto2-3/+11
simonfranz-2.0.1-wip
2012-02-12enable the use of .nav-header in dropdowns per #1827Mark Otto1-11/+17
2012-02-12add navbar background hover variable and fix uneditable-input with ↵Mark Otto3-1/+3
append/prepend controls
2012-02-12update ff comment in buttonsMark Otto1-0/+2
2012-02-12edit comment on IE7-8 support of :focus in navbar-searchMark Otto1-1/+1
2012-02-12standardize default button gradient styles to match other buttons, reset ↵Mark Otto1-1/+2
it's IE filter to improve IE7 hover
2012-02-11update comment to reflect ie supportMark Otto1-1/+1
2012-02-11reset line-height for file input in ie9Mark Otto1-0/+5
2012-02-11change fixed height on responsive textareas to min-heightMark Otto1-1/+1
2012-02-11fix tabs content wrapping per #1620Mark Otto1-0/+3
2012-02-11support small for legend per #1544Mark Otto1-0/+6
2012-02-11remove color on :active of buttonsMark Otto1-1/+0
2012-02-11fix inline form checkbox/radiosMark Otto1-0/+8
2012-02-11Merge branch '2.0.1-wip' of https://github.com/jmar777/bootstrap into ↵Mark Otto1-5/+6
jmar777-2.0.1-wip
2012-02-11update selectors for icons to include matcher for icon class in middle of ↵Mark Otto1-1/+2
class attr, remove docs mention of requiring icon-* first
2012-02-10manually address #1895Mark Otto2-1/+4
2012-02-10scope th bottom vertical-align to only thead, update code styles to include ↵Mark Otto2-3/+14
more comments in less file and scrollable option for pre tag
2012-02-09Merge branch 'barsoom-ol-unstyled' into 2.0.1-wipMark Otto1-1/+2
2012-02-10Added the carret of the buttonSimon1-1/+2
2012-02-09Added a black/dark buttonSimon1-2/+9
2012-02-09webkit legend margin fix for non-horizontal formsJeremy Martin1-5/+6
2012-02-07Add ol.unstyledHenrik N1-1/+2
2012-02-07fix for #1779, use line-height varMark Otto1-1/+1
2012-02-07move formfieldstate mixin to mixins.less for #1785Mark Otto2-29/+33
2012-02-06rearrange order of 3d and skew mixins:Mark Otto1-7/+7
2012-02-06Merge branch 'tobaco-master' into 2.0.1-wipMark Otto1-6/+6
2012-02-06Merge branch 'et-fix_long_breadcrumbs' into 2.0.1-wipMark Otto1-1/+1
2012-02-06manual patch of #1449 to make thumbnails use grid varsMark Otto1-2/+2
2012-02-06rearrange some of the docs on buttons to show examples of all possible ↵Mark Otto2-2/+4
renderings along with code snippets and note about usage; also fix the portrait tablet media query
2012-02-06Removed double declaration of SkewTorsten Baldes1-6/+6
+ added translate3d to mixins.less
2012-02-05add label hover style for ability to make it a linkMark Otto1-4/+16
2012-02-05Merge branch 'jarijokinen-master' into 2.0.1-wipMark Otto1-0/+4
2012-02-05Merge branch 'master' of https://github.com/jarijokinen/bootstrap into ↵Mark Otto1-0/+4
jarijokinen-master
2012-02-05resolve #1602 and add table hover styleMark Otto1-0/+10
2012-02-05close #1628 to add padding to all inline checkboxes/radiosMark Otto1-5/+2
2012-02-05fix #1631 by adding focus to radio buttonsMark Otto1-0/+1