aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2013-08-01Added classes for lg-pull, lg-push, lg-offset, sm-pull, sm-push, sm-offsetJeff Tickle1-34/+72
2013-08-01Update input-groups.lessBass Jobsen1-1/+3
align inline radio and checkbox groups with their label for horizontal forms, see http://stackoverflow.com/q/17990310/1596547 (Question 2)
2013-08-01Correct comment which is showing a wrong mixin call example (mixins.less)leonardovcid1-1/+1
I was copy-pasting the example and it wasn't working. Then I found that the example in the comment was a typo. Thanks
2013-08-01add table-layoutliuyl1-0/+1
2013-07-31fixes #8937: align the dropdown menus in input groupsMark Otto1-0/+1
2013-07-31add the theme file derpMark Otto1-0/+55
2013-07-31start with buttonsMark Otto1-2/+4
2013-07-31Removed trailing whitespacesCesidio Di Landa2-6/+6
Changed hard tabs to soft tabs
2013-07-30Removed background color from #gradient mixins to support transparent gradientsArchan Luhar1-7/+0
2013-07-30Merge pull request #8726 from andreypopp/3.0.0-wipMark Otto2-66/+63
Fix out of order variable declaration order
2013-07-30Merge pull request #8852 from briannelsondesign/label_baselinesMark Otto2-2/+2
Adjusts vertical alignment of labels and badges
2013-07-30trivial spacing fixChris Rebert1-1/+1
2013-07-30Improves label and badge alignment so text aligns with baselineBrian Nelson2-2/+2
2013-07-30make navbar-text float leftliuyl1-0/+2
2013-07-29Refactor .input-* sizing a bit by not chaining to .form-control (fixes #8672)Mark Otto1-13/+18
2013-07-29fixes #8670: move list group bg color to individual items for mo betta renderingMark Otto1-1/+1
2013-07-29Restore mini button (fixes #8644)Mark Otto1-1/+5
2013-07-30reorder nav-justified classesAndrey Popp1-31/+30
2013-07-29add focus to button group active button behaviorMark Otto1-0/+1
2013-07-29buttonsliuyl1-0/+1
2013-07-28Format multiple badges in list-group-itemNicholas Westlake1-0/+3
2013-07-29get rid of out of order variable declarationAndrey Popp1-35/+33
2013-07-28fixes #8714: correct stacked pills navMark Otto1-4/+2
2013-07-28move things aroundsyed7-17/+37
Moved alerts, badges, button groups, buttons, carousel, close to variables.less and customize.html
2013-07-28make pull-right !importantliuyl4-10/+2
2013-07-27fixes #8665: have modals use auto margin on sides and widen it instead of ↵Mark Otto1-6/+3
positioning and negative margin
2013-07-27Input groups overhaulMark Otto3-148/+154
* Moves input groups CSS into separate file * Moves input groups docs into the Components page * Add support for radios and checkboxes in input groups to fix #8679
2013-07-27fixes #8659: remove lingering .nav-headerMark Otto1-5/+0
2013-07-27fixes #8675: align horizontal form label and inputMark Otto1-1/+1
2013-07-26rebuild + use serif arrowsfat1-0/+1
2013-07-26Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-4/+10
Conflicts: dist/css/bootstrap.min.css
2013-07-26Fix up dropdowns being incorrectly positioned on nav pillsMark Otto1-3/+1
2013-07-26use transforms to make the dialog smoooothfat2-4/+10
2013-07-26Undo changes from #8582 because it made links uneven on desktopMark Otto1-2/+1
/cc @salman-javed-confiz
2013-07-26Twerk lead font-size for mobile devicesMark Otto1-1/+5
2013-07-26rebuild + fix #2539fat1-0/+1
2013-07-26change how collapse works - collapse, collapsing, and infat1-4/+6
2013-07-26Update inline and horizontal formsMark Otto1-4/+8
* No more need for `.row.form-group`--only need `.form-group` * Change tag selectors for inline form to use `.form-control` * Docs improved to explain what's happening
2013-07-26Use `.form-control` in input sizing CSSMark Otto1-18/+4
2013-07-26Merge branch 'patch-3' of https://github.com/jholl/bootstrap into jholl-patch-3Mark Otto1-6/+1
Conflicts: css.html
2013-07-26Fixes #8605: use `.form-control` in `.input-group` instead of HTML tagsMark Otto1-5/+4
2013-07-26Vars updateMark Otto2-16/+18
* Drop progress bar text-shadow * Reorganize popover and tooltip vars and fix complier error due to missing `;` * Run `grunt`
2013-07-26Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵Mark Otto7-24/+49
saas786-3.0.0-wip
2013-07-26fix background of btn-linkYulong Liu1-1/+0
2013-07-26remove background:noneYulong Liu1-1/+0
2013-07-26Update forms.less to remove .form-horizontal .row + .rowJames Holland1-6/+1
use .form-group to apply consistent vertical spacing on form rows
2013-07-26move things around :)syed7-24/+49
Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less
2013-07-26Small typoFred Delrieu1-1/+1
2013-07-26Fixes #8586: add addional color text classes to apply all of branch colors ↵Mark Otto1-12/+5
easily
2013-07-25Add `.panel-title` to panel component to mirror modalsMark Otto1-2/+8
/cc @leeaston