aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
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 Otto1-1/+7
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 Otto2-0/+20
2012-02-16add mini buttons per #1971Mark Otto1-0/+5
2012-02-16fix buttons focus state and swap a buttons for button buttonsMark Otto1-3/+3
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/+6
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-12allow .input-prepend/.input-append to work in .navbar per #1681Mark Otto1-0/+7
2012-02-12clear up scaffolding page to separate fixed from fluid grid systemsMark Otto2-36/+36
2012-02-12clean up modals.less comments, add new class for optional use on modal forms ↵Mark Otto1-0/+3
to remove bottom margin
2012-02-12change classname from .btn-dark to .btn-inverse, change use textMark Otto1-3/+31
2012-02-12enable the use of .nav-header in dropdowns per #1827Mark Otto1-11/+15
2012-02-12add navbar background hover variable and fix uneditable-input with ↵Mark Otto1-0/+1
append/prepend controls
2012-02-12lower z-index of fixed subnav to prevent overlap of dropdown items in ↵Mark Otto1-1/+1
.navbar-fixed
2012-02-12Merge branch 'patch-2' of https://github.com/cwiederspan/bootstrap into ↵Mark Otto1-0/+1
cwiederspan-patch-2
2012-02-12standardize default button gradient styles to match other buttons, reset ↵Mark Otto1-8/+22
it's IE filter to improve IE7 hover
2012-02-11write out icon classes explicitly to enable find via browserMark Otto1-18/+2
2012-02-11update comment to reflect ie supportMark Otto1-1/+1
2012-02-11reset line-height for file input in ie9Mark Otto1-0/+3
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/+4
2012-02-11remove color on :active of buttonsMark Otto1-1/+0
2012-02-11fix inline form checkbox/radiosMark Otto1-0/+7
2012-02-11move legend fix out of horizontal and to all formsMark Otto1-1/+1
2012-02-11update selectors for icons to include matcher for icon class in middle of ↵Mark Otto1-2/+2
class attr, remove docs mention of requiring icon-* first
2012-02-10manually address #1895Mark Otto1-1/+1
2012-02-10scope th bottom vertical-align to only thead, update code styles to include ↵Mark Otto2-8/+8
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-09Added an overriding filter: ↵Chris Wiederspan1-0/+1
progid:DXImageTransform.Microsoft.gradient(enabled=false) to the .subnav-fixed class that fixes the bug caused on nav dropdown menus when "docked" in the fixed position.
2012-02-07Add ol.unstyledHenrik N1-1/+2
2012-02-06make after merging in breadcrumbs wrap fixMark Otto1-1/+1
2012-02-06rearrange some of the docs on buttons to show examples of all possible ↵Mark Otto2-1/+3
renderings along with code snippets and note about usage; also fix the portrait tablet media query
2012-02-05add label hover style for ability to make it a linkMark Otto1-0/+16
2012-02-05resolve #1602 and add table hover styleMark Otto1-0/+3
2012-02-05close #1628 to add padding to all inline checkboxes/radiosMark Otto1-3/+1
2012-02-05fix #1631 by adding focus to radio buttonsMark Otto1-1/+4
2012-02-05clean up labels per #1656Mark Otto1-3/+3
2012-02-04correct css selector for .control-label, required in the docs but not in the ↵Mark Otto1-1/+1
CSS files
2012-02-04#1707: remove rgba() background override on navbar active items for ↵Mark Otto1-1/+0
customization
2012-02-04#1715: strip code of styles when in a preMark Otto1-0/+2
2012-02-04buttons and icons updated for improved placement and variable support for ↵Mark Otto1-4/+5
icon paths
2012-02-04remove max-width on dropdown menusMark Otto1-1/+0
2012-02-04allow alternate form layouts to hide inputs with .hide on themMark Otto1-0/+3
2012-02-01#1571: remove fixed width on file inputsMark Otto1-0/+1
2012-02-01fix hover state on .nav-list for active linksMark Otto1-2/+2
2012-02-01fix that jank hackMark Otto1-1/+3
2012-01-31remove unused examples, update examples docs page, add starter template to ↵Mark Otto1-0/+8
examples, remove warning alert banner, add screenshots