aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2013-02-28Holy fucking shit fix that input group with buttons rounded corner noiseMark Otto2-41/+51
2013-02-28shiiiitfat3-3/+3
2013-02-282.3.1fat19-32/+32
2013-02-28rebuildfat1-1/+0
2013-02-28whitespacefat1-1/+0
2013-02-28only pass unique options through to child nodes in tooltipsfat3-3/+21
2013-02-28rebuildfat3-3/+3
2013-02-28Fixes #6935: Use standard decimal points for .opacity() mixinMark Otto1-1/+2
2013-02-28Fixes #6897: Print styles get own .less fileMark Otto2-53/+54
2013-02-28le sighfat3-3/+3
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-26add new example thumbnails; update links to point to new windowsMark Otto4-18/+18
2013-02-26nuke remaining less/tests/ files and move grid over to examples dirMark Otto2-0/+71
2013-02-26nuke glyphicons changes in buttons for now because it's whackMark Otto1-14/+0
2013-02-26moved examples addedMark Otto3-0/+198
2013-02-26Move navbar examples to /examples directoryMark Otto2-1/+24
2013-02-24try out new table-based type exampleMark Otto2-2/+59
2013-02-19forgot navbar-fixed-bottom in the commitTom Pietschker1-1/+1
2013-02-19tweak the position of the fixed to top/bottom navbars to remove double borderTom Pietschker1-2/+2
2013-02-19remove the search-query class and increase the widthTom Pietschker1-2/+2
2013-02-19replace navbar-search with navbar-formTom Pietschker1-2/+2
2013-02-19remove navbar-innerTom Pietschker1-10/+8
2013-02-18added missing slash in the src for Gather ContentTom Pietschker1-1/+1
2013-02-18fix incorrect section id for labelsTom Pietschker1-1/+1
2013-02-18Navbar realignment:Mark Otto3-38/+57
* 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-18remove unused includeMark Otto1-8/+0
2013-02-17Bring back the label, make it scale somewhat with the font-size of the ↵Mark Otto2-0/+131
parent using percentages and ems
2013-02-17Drop the recently added .counter class for .badgeMark Otto2-23/+23
2013-02-17remove unnecessary select border resetMark Otto1-4/+0
2013-02-17fix inaccurate text classes codeMark Otto1-5/+4
2013-02-17fix broken marketing section with updated classMark Otto4-22/+28
2013-02-17forgot about those quotesMark Otto1-1/+1
2013-02-17fix the docs include logicMark Otto1-1/+1
2013-02-17more narrow jumbotron example fixes in the mobile first arenaMark Otto1-5/+6
2013-02-17Refactor some common classes from docs css and examples, then prevent ↵Mark Otto4-11/+18
examples from using docs.css
2013-02-17revamp narrow jumbotron to avoid conflicts with docs .mastheadMark Otto1-6/+6
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-17Add class to body for special styles to avoid conflict with examplesMark Otto1-1/+1
2013-02-17Revert the statis navbar in mobile views--they're back to being fixed all ↵Mark Otto1-13/+12
the time
2013-02-17Update some links and rename #gridsystem to #grid-systemMark Otto4-7/+7
2013-02-17Restore submenu supportMark Otto3-4/+161
2013-02-16add visibility note to docs about captionsMark Otto1-0/+1
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 Otto3-39/+101
* 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 fluid example since it's no longer applicableMark Otto1-163/+0
2013-02-16Nuke the old_docs.css fileMark Otto1-981/+0
2013-02-16Nuke @mdo's photos from the repo since we're using holder.js for carousel demoMark Otto3-0/+0
2013-02-16All Glyphicons now require a base class, e.g. .glyphicon.glyphicon-starMark Otto7-254/+254
2013-02-16Overhaul carousel a bit more:Mark Otto3-73/+51
* 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