aboutsummaryrefslogtreecommitdiff
path: root/less/mixins.less
AgeCommit message (Expand)AuthorFilesLines
2012-03-12remove commented out widthJacob Thornton1-1/+0
2012-03-11rewrite the fluid grid mixin to be simpler, per #2370Mark Otto1-1/+2
2012-03-11Merge branch 'luk3thomas-popover_arrow_colors' into 2.0.2-wipMark Otto1-8/+8
2012-03-11add block level input mixin for border-box box-sizingMark Otto1-1/+12
2012-03-11remove text indent on carets (not needed) and add inline replacement mixinMark Otto1-1/+8
2012-03-11fix overflowing thumbnails in responsive <767px layoutsMark Otto1-0/+15
2012-03-11in responsive layouts <767px, ensure inputs are not larger than 100% with box...Mark Otto1-0/+1
2012-03-10fix gradient mixins by escaping them, add notes on progress barsMark Otto1-3/+3
2012-03-10stop doing oldschool escape substitutionJacob Thornton1-5/+5
2012-03-10Merge branch 'new_grid' into 2.0.2-wipJacob Thornton1-53/+37
2012-03-08added ability to set custom colors for popover arrow mixinLuke Thomas1-8/+8
2012-03-05fix input grid sizing, fix background color on form actions and append add-onsMark Otto1-12/+12
2012-03-04true > child + varargsJacob Thornton1-6/+6
2012-03-04make sure to pass child var throughJacob Thornton1-3/+3
2012-03-04when > 0 rather than when not 0Jacob Thornton1-3/+3
2012-03-04new approach to grid with recursive mixins :DJacob Thornton1-233/+25
2012-02-27fix navbar container for default 940px grid per #2194Mark Otto1-1/+1
2012-02-27add guard for child spansJacob Thornton1-72/+97
2012-02-27working through new grid implementation...Jacob Thornton1-55/+217
2012-02-22restore fixed navbar container reset to grid mixin, add override for inputs w...Mark Otto1-51/+55
2012-02-21Merge branch '2.0.2-wip' of https://github.com/twitter/bootstrap into 2.0.2-wipJacob Thornton1-1/+1
2012-02-21rewrite the grid system. Clean shit up tons - only generate 12 columns by def...Jacob Thornton1-210/+126
2012-02-21set width to auto for default navbar container, then override it later for fi...Mark Otto1-2/+7
2012-02-21move container up in default grid mixinMark Otto1-2/+4
2012-02-21move table columns mixin to mixins.lessMark Otto1-0/+9
2012-02-21added .span[13-24] and .offset[12-23] to support up to 24-columns layoutEmanuele Gaspari1-0/+50
2012-02-20introduce new mixin to do navbar vertical centeringMark Otto1-3/+11
2012-02-20add horizontal divider support to nav list, including documentation for it, p...Mark Otto1-6/+24
2012-02-19Merge branch 'gridcontainer' of https://github.com/jacobrask/bootstrap into j...Mark Otto1-3/+2
2012-02-19Separate span12 and container classesJacob Rask1-3/+2
2012-02-19Add Opera-prefixed radial gradientJacob Rask1-1/+1
2012-02-16change clearfix mixin to drop parens that prevent it from being a class, tooMark Otto1-1/+1
2012-02-16fix buttons focus state and swap a buttons for button buttonsMark Otto1-1/+1
2012-02-12adding makeRow and makeColumn mixins for generating more semantic layoutsMark Otto1-0/+13
2012-02-12clear up scaffolding page to separate fixed from fluid grid systemsMark Otto1-14/+14
2012-02-07move formfieldstate mixin to mixins.less for #1785Mark Otto1-2/+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-06Removed double declaration of SkewTorsten Baldes1-6/+6
2012-02-05add mixin for text-overflowMark Otto1-0/+9
2012-01-30adding warning (orange) button, fix responsive navbar problemMark Otto1-2/+2
2012-01-30add skew mixinMark Otto1-1/+14
2012-01-30overhaul grid mixins and variables, standardize fluid grid system and enable ...Mark Otto1-12/+122
2012-01-29move vars and mixins for default grid back to appropriate filesMark Otto1-0/+15
2012-01-29last minute addition of a simple fluid grid for our fluid examples; it needs ...Mark Otto1-20/+1
2012-01-28restore IE filters, but reset them on buttonsMark Otto1-0/+8
2012-01-28update mixins to fix radial gradientMark Otto1-5/+5
2012-01-28nav, buttons, and docs updates to account for outline: 0; on :activeMark Otto1-4/+0
2012-01-27combined .disabled and [disabled] and confirmed in ie7/8Mark Otto1-6/+1
2012-01-27new tab focus style and mixinMark Otto1-3/+17