aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
AgeCommit message (Collapse)AuthorFilesLines
2013-03-01improve navbar toggle and hide code snippets on mobile devices for nowMark Otto2-1/+15
2013-02-28customize navbar in docsMark Otto1-0/+16
2013-02-28Fixes #6998: disabled background color properly on paginationMark Otto1-1/+1
2013-02-28Fixes #6995: Add disabled navbar nav link supportMark Otto1-0/+15
2013-02-28Fixes #6954: properly reset grid classes within tablesMark Otto1-3/+7
2013-02-28Holy fucking shit fix that input group with buttons rounded corner noiseMark Otto1-34/+44
2013-02-282.3.1fat2-2/+2
2013-02-28Fixes #6935: Use standard decimal points for .opacity() mixinMark Otto1-1/+2
2013-02-28Fixes #6897: Print styles get own .less fileMark Otto1-53/+53
2013-02-28Remove margin between buttons in button groups; use border-radius mixins to ↵Mark Otto1-13/+8
avoid reseting border-radii that don't need resetting
2013-02-26nuke glyphicons changes in buttons for now because it's whackMark Otto1-14/+0
2013-02-24try out new table-based type exampleMark Otto1-0/+25
2013-02-18Navbar realignment:Mark Otto1-21/+40
* Change .brand to .navbar-brand * Change .btn-navbar to .navbar-toggle * Redesign navbar toggle to be a bit lighter and wider * Center align the navbar brand with a max-width of 200px (to minimize hit area) while still centering
2013-02-17Bring back the label, make it scale somewhat with the font-size of the ↵Mark Otto1-0/+52
parent using percentages and ems
2013-02-17Drop the recently added .counter class for .badgeMark Otto1-9/+9
2013-02-17remove unnecessary select border resetMark Otto1-4/+0
2013-02-17fix broken marketing section with updated classMark Otto2-20/+26
2013-02-17Refactor some common classes from docs css and examples, then prevent ↵Mark Otto1-8/+8
examples from using docs.css
2013-02-17decrease top/bottom padding a bit in mobile fixed navbarsMark Otto1-1/+1
2013-02-17css to go with itMark Otto1-2/+2
2013-02-17Revert the statis navbar in mobile views--they're back to being fixed all ↵Mark Otto1-13/+12
the time
2013-02-17Restore submenu supportMark Otto2-2/+70
2013-02-16Scrach that: carousel caption is always left aligned, but still hidden for ↵Mark Otto1-2/+0
mobile views
2013-02-16Re-add carousel captions as optionalMark Otto1-29/+45
* They're hidden by default in the mobile-first views because otherwise they just cover up the slides * In mobile they're centered, and then are shown left aligned at larger viewports
2013-02-16Nuke the old_docs.css fileMark Otto1-981/+0
2013-02-16All Glyphicons now require a base class, e.g. .glyphicon.glyphicon-starMark Otto2-2/+2
2013-02-16Overhaul carousel a bit more:Mark Otto1-55/+46
* Drop custom type arrow controls for glyphicons icons instead for more consistent rendering * Remove the captions and instead let folks implement what they want in the carousel * Move the indicators to the bottom middle instead of top right * Lighten up gradients on the edges for less harsh lighting
2013-02-16More accurate padding for fixed navbars at >768pxMark Otto1-1/+1
2013-02-16Don't affix the fixed navbars in mobile viewsMark Otto2-15/+16
2013-02-15twerk gallery examples to stay at 400px or less for proper retinafyingMark Otto1-1/+2
2013-02-14Convert JS page to pygments; nuke prettify assetsMark Otto1-2/+2
2013-02-14convert components code examples to pygmentsMark Otto1-1/+1
2013-02-14pygmentize grid section; update bs-docs-example cornersMark Otto1-0/+4
2013-02-14twerk dat manni pygment styleMark Otto1-3/+3
2013-02-14Start pygmentizing css.html; add new theme for pygmentsMark Otto3-64/+79
2013-02-13Start using some includes; test out some pygments highlightingMark Otto2-0/+75
2013-02-13update makefile to work again; gitignore the compiled docs _gh_pages folder; ↵Mark Otto1-2/+2
test makefile with darkened navbar active bg
2013-02-12rearrange jekyll and docsMark Otto3-0/+6287
2013-02-12nuke what we don't need for jekyllMark Otto3-6287/+0
2013-02-08Fixes #6852: add cursor pointer to carousel indicatorsMark Otto1-0/+1
2013-02-08Fixes #6841: Add new Firefox placeholder, commentsMark Otto1-0/+5
2013-02-08Fixes #6837: Enable text alignment utility classes on tablesMark Otto1-5/+4
* Removes text-align from td elements (no need to set that one) * Specifically sets th to text-align: left; at a global level (no longer within .table) to override browser defaults * Removes font-weight: bold; from th while we're at it since that's browser default already
2013-02-07finish modal tweaksMark Otto1-20/+15
2013-02-07update docs modalsMark Otto2-3/+14
2013-02-07add new modal to docs exampleMark Otto1-0/+16
2013-02-06Overhaul modal to make it responsive and not super lameMark Otto1-34/+56
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-1/+17
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache js/bootstrap-popover.js less/mixins.less less/tooltip.less
2013-02-05Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat1-0/+13
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-05clean up stylesfat1-1/+4
2013-02-05Fixes #6190: Add print utility classesMark Otto1-0/+13