aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2012-06-012.0.3 -> 2.0.4v2.0.4Jacob Thornton2-2/+2
2012-05-28fix broken css tests, add fluid input-prepend/-append to tests, fix ↵Mark Otto3-28/+56
input-prepend/append for responsive for both fluid and fixed sizing
2012-05-28Merge branch 'raymccoy-no-filters' into 2.0.4-wipMark Otto1-3/+3
2012-05-28scope float right dropdown menus to immediate childrenMark Otto1-1/+1
2012-05-27fixes .placeholder to work as a "grouped selector"Corey Innis2-10/+4
adding the `&` combinator to `.placeholder` makes it work for the global case (in forms.less) as well as within `.navbar-search .search-query` the result can be seen in the generated bootstrap.css, which include the -ms vendor extension.
2012-05-25remove color from labelsMark Otto1-1/+0
2012-05-24make bootstrap like google maps a bit moreMark Otto1-0/+5
2012-05-24Merge branch 'ademaro-patch-1' into 2.0.4-wipMark Otto1-0/+3
2012-05-24ie support placeholder color ↵Ademaro1-0/+3
(http://msdn.microsoft.com/en-us/library/ie/hh772745(v=vs.85).aspx)
2012-05-23Merge branch 'pvorb-patch-1' into 2.0.4-wipMark Otto1-3/+0
2012-05-23fix field state mixinMark Otto1-0/+2
2012-05-21Do not use filters in fade animationsTomás Arribas1-3/+3
2012-05-20Remove re-declaration of font-fam, font-size, and line-height in pPaul Vorbach1-3/+0
2012-05-17fix resizing issues from incorrectly changing <767px grid classes to ↵Mark Otto2-1/+9
inline-block, fix height issue on textareas
2012-05-15move navbar and update paths so it sits in testsMark Otto1-0/+108
2012-05-15Merge branch '2.0.4-wip-forms' of github.com:twitter/bootstrap into ↵Mark Otto1-23/+16
2.0.4-wip-forms
2012-05-15finish fixing uneditable-input and remakeMark Otto1-2/+4
2012-05-15updated forms to rearrange focus state, reinstate uneditable-input, and a ↵Mark Otto1-24/+18
few other cleanup tidbits
2012-05-15correct regressions against 2.0.3Mark Otto1-12/+25
2012-05-14three columnsMark Otto1-9/+13
2012-05-14move forms test to less/testsMark Otto1-0/+175
2012-05-14consolidate and relabel new form selectorsMark Otto1-13/+3
2012-05-14add forms test page for all html5 input types and refactor selectorsMark Otto1-71/+60
2012-05-13#3257: share .navbar-fixed-top styles with .navbar-fixed-bottomMark Otto1-2/+9
2012-05-13#3420: properly scope dropdown open state to immediate children onlyMark Otto1-1/+1
2012-05-13#3449: make legend and form-actions the same border colorMark Otto1-2/+2
2012-05-13Merge branch 'aziz-patch-7' into 2.0.4-wipMark Otto1-1/+1
2012-05-13document .hyphens() mixinMark Otto1-1/+1
2012-05-13Merge branch 'Synchro-hyphenation' into 2.0.4-wipMark Otto1-0/+10
2012-05-13Merge branch 'hyphenation' of https://github.com/Synchro/bootstrap into ↵Mark Otto1-0/+10
Synchro-hyphenation
2012-05-13Merge branch '2.0.4-wip' of github.com:twitter/bootstrap into 2.0.4-wipMark Otto1-1/+1
2012-05-13#3469: add variables for dropdown menu dividersMark Otto3-5/+6
2012-05-10Update .placeholder() mixin call Milos Gavrilovic1-1/+1
In less/mixins.less this mixin is being created with @placeholderText color as default, which is actually set as @placeholderText: @grayLight in less/variables.less so it's redundant to make call like this: .placeholder(@grayLight);
2012-05-01Add Opera prefixSynchro1-0/+1
2012-05-01Coding styleSynchro1-1/+1
2012-05-01Add .hyphens mixinSynchro1-0/+9
2012-04-30make responsive input fields not wrap for fluid input prepend/append by ↵Mark Otto1-1/+1
setting block back to inline-block (oversight of 2.0.3)
2012-04-30expand input css tests to fixed width gridMark Otto2-0/+68
2012-04-26let's reuse color variables, instead of hardcoding colors. Allen Bargi1-1/+1
2012-04-25No need to specify units when a value is 0, thanks to RECESSAllen Bargi1-1/+1
2012-04-24headingMark Otto1-0/+1
2012-04-24officially drop support for offset on thumbnails since it breaks BCMark Otto2-3/+23
2012-04-24restore margins on thumbnails, add comments about it's changes and how ↵Mark Otto4-1/+8
responsive affects it
2012-04-24make component animations work cross browsers with opacity mixin, restore ↵Mark Otto2-4/+5
float on thumbnails > li
2012-04-24implement ie7 fluid tests and semantic.gs IE7 hack for rounding in ie7; not ↵Mark Otto4-0/+252
perfect, but mostly solid
2012-04-24fix ie7 button group toggles and button bordersMark Otto2-5/+5
2012-04-24fix #3179: cut off radios and checkboxesMark Otto1-1/+1
2012-04-24fix #3202: add cursor to .accordion-toggleMark Otto1-0/+5
2012-04-23fix up buttons after recess property orderMark Otto3-1/+5
2012-04-23remove background color from radios and checkboxes for IEsMark Otto1-0/+8