Mark Otto
821f719367
Merge pull request #20684 from twbs/v4-utils
...
v4: The Utilities Update
2016-10-09 14:54:57 -07:00
Mark Otto
6c867667a1
Merge branch 'v4-dev' into v4-utils
2016-10-09 14:36:43 -07:00
Mark Otto
13cc81c50c
Update grid docs mention of gutter width value (no more rems for awhile now)
2016-10-09 13:51:59 -07:00
Mark Otto
1d0d0dac76
Update grid docs to use new values for grid breakpoints and containers
2016-10-09 13:51:05 -07:00
Mark Otto
0ba05f4da9
Update the grid table heading to clarify max width over width
...
Fixes #20688
2016-10-09 12:42:36 -07:00
Bardi Harborow
2e69dfa8c1
Fix broken/redirected links, moving to HTTPS where possible. ( #20557 )
2016-10-03 09:55:59 -07:00
Mark Otto
4699fd4b40
fix typos
2016-10-02 19:23:10 -07:00
Mark Otto
49153ecf4f
Merge branch 'customizable-grid-gutters-per-breakpoint' of https://github.com/pixelbandito/bootstrap into pixelbandito-customizable-grid-gutters-per-breakpoint
2016-10-02 19:10:25 -07:00
Mark Otto
7bf868a709
v4: Social meta tags ( #20825 )
...
* descriptions for getting started pages
* descriptions for layout
* add content page descriptions
* more descriptions, updates to some existing ones
* correct site url
* add social stuff to config for twitter cards
* add twitter meta tags; use large image for homepage and regular card for all others
* add the assets
* more site config
* more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
2016-10-02 18:19:47 -07:00
Kovah
0ef64d89f7
Add breakpoint-specific gutters.
2016-09-13 23:02:56 -05:00
Nick
3f01134031
Grid mixins docs should match source code ( #20705 )
2016-09-12 22:31:05 -07:00
Mark Otto
a48e819921
Fixes #19466 : Document the flexbox order utils ( #20697 )
2016-09-11 22:31:26 -07:00
Mark Otto
0be876359e
Update docs to use new spacing util class names
2016-09-08 22:16:28 -07:00
Mark Otto
75232e6720
Merge pull request #20475 from califrench/patch-1
...
Updated docs with extra auto resize example
2016-08-21 23:14:48 -07:00
Mark Otto
86e3a35161
add some margin utils
2016-08-19 21:20:00 -07:00
Scott Gauthreaux
98a8e9947a
Updated docs with extra auto resize example
...
I updated the doc with an example of a flex layout of 3 columns where the center column is specified as a `.col-xs-5` to show that other columns will resize no matter what the width of the center column.
Experienced bootstrap developers will expect to have to use an even number for the center column width when in reality any size will work.
I believe this is quite useful information and doesn't add too much to the docs.
Another option would be to make that initial example a `.col-xs-5` instead of a `.col-xs-6` to highlight this fact in the first place.
2016-08-06 15:33:31 -07:00
Mark Otto
8e9a9a5960
Enable flexbox grid CSS on our docs page
...
- Creates new flexbox grid Sass file in our docs assets
- Updates the Gruntfile to compile said new Sass file and minify the output
- Update notice on flexbox docs page for how it works
- Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features)
2016-07-26 21:09:39 -07:00
Mark Otto
39732a0023
30px not 15px
2016-07-25 20:39:19 -07:00
Mark Otto
55795e8845
Customizing grid docs updates to followup on #19099
...
- More details on columns and gutters
- Break it into clear sections
2016-07-25 20:36:30 -07:00
Mark Otto
ded1bf98d7
One more follow up to #19099 , #20349 , and #20361
...
Remove mention of base class and fix grid examples
2016-07-25 20:27:55 -07:00
Mark Otto
b36e6dae2f
Merge branch 'v4-dev' into v4-grid-fixes
2016-07-23 20:40:52 -07:00
Mark Otto
a8879c8f82
Follow-up to #19099 for grid fixes
...
- Restores two-mixin approach to generating semantic grid columns (now with 'make-col-ready' and 'make-col')
- Removes need for .col-xs-12 by restoring the mass list of all grid tier classes to set position, min-height, and padding
- Adds an initial 'width: 100%' to flexbox grid column prep (later overridden by the column sizing in 'flex' shorthand or 'width') to prevent flexbox columns from collapsing in lower viewports
2016-07-23 17:12:43 -07:00
Raphael Luba
d71c080ab5
Replace renamed classes in grid push/pull example ( #20330 )
...
The example for column ordering still referenced the old push/pull class names.
2016-07-20 08:37:54 -07:00
XhmikosR
c2189876ee
Remove trailing space.
...
[ci skip]
2016-07-12 22:27:06 +03:00
Mark Otto
7071fe9c1b
Fixes #17089 a bit
2016-06-12 21:18:23 -07:00
Bass Jobsen
3e40121cf8
Update overview.md
...
endtag for the highlight
2016-04-24 11:54:50 +02:00
Bass Jobsen
881f69c3ea
Update overview.md
...
add the `@include media-breakpoint-only()` and `@include media-breakpoint-between` mixins
2016-04-24 11:44:01 +02:00
Chris Rebert
3c8e08e307
Grid docs: Remove !default from SCSS snippets
...
Fixup for fb4f5f0bf1
[skip sauce]
2016-02-08 04:01:58 -08:00
Mark Otto
fb4f5f0bf1
document how to customize grid tiers
2016-02-06 13:02:42 -08:00
Mark Otto
bc45addbc3
update grid vars docs
2016-02-06 13:02:28 -08:00
Mark Otto
7114e94d66
formatting
2016-02-06 13:02:10 -08:00
Mark Otto
95f34be093
More grid updates
...
- Flexbox responsive behavior fixed with specific .col-{breakpoint} classes now added
- Dropped the make-col mixin in favor of a column-basics placeholder that we can extend across our grid infrastructure
- Updated docs to use required .col-xs-12 (as a safeguard for when folks enable flexbox mode--this isn't necessary in default grid mode)
- Update flexbox grid docs to include responsive docs, tweak some other bits too
2016-02-06 11:31:46 -08:00
Mark Otto
414997baa8
flip things around again, no more base class, try out some new stuff to keep responsive flex grid working
2016-02-06 10:51:59 -08:00
Mark Otto
2a678d4b88
document horizontal flex utils, update the classes for the middle vertical ones
2016-02-06 01:47:25 -08:00
Mark Otto
9a519bb7e3
Add vertical alignment docs for flexbox grid
2016-02-06 01:30:11 -08:00
Mark Otto
cac92017d3
Merge branch 'v4-dev' into v4-grid-redux
2016-02-06 00:47:40 -08:00
Mark Otto
511b959ff9
Add flexbox grid page to the docs (still more content to add)
2016-02-06 00:46:50 -08:00
Mark Otto
a9e428a728
Update grid docs to include new required .col base class
2016-02-06 00:46:00 -08:00
Mark Otto
29dcf9ac62
Update grid mixins code snippets in the docs to include flexbox changes
2016-02-06 00:23:52 -08:00
Quy
4658147ff8
Remove extraneous character
2015-12-12 21:31:40 -08:00
Chris Rebert
6da5fa00e8
Merge pull request #18511 from bassjobsen/patch-15
...
Docs Responsive breakpoints from em to px
2015-12-12 15:55:10 -08:00
Bass Jobsen
6367155450
Using px rather than em values
...
Should close https://github.com/twbs/bootstrap/issues/18556
2015-12-13 00:23:55 +01:00
Bass Jobsen
4c5ba3e5dc
Responsive breakpoints from em to px
...
Should close https://github.com/twbs/bootstrap/issues/18503
2015-12-09 21:26:38 +01:00
vsn4ik
f3aaccd46f
Remove !default Scss flag in docs grid example
2015-12-09 00:20:37 +03:00
Chris Rebert
ade2ab1341
Remove non-responsive text alignment classes
...
These can be replaced by their `.text-xs-*` parallels.
This also avoids any complications from interactions between the responsive and non-responsive classes.
(e.g. `<div class="text-left text-md-right">`)
Refs #18300
[skip sauce]
2015-11-22 21:33:42 -08:00
Mark Otto
0240136e01
Merge pull request #17403 from twbs/use-px-for-window-sizes
...
Change grid and container sizes to px
2015-09-27 22:58:45 -07:00
Michael Käufl
b7bdde3d4c
Filled leftover placeholder
2015-09-27 17:32:06 +02:00
Gleb Mazovetskiy
eabed0edf8
Change grid and container sizes to px
...
Changes grid and container sizes to `px`, as the
viewport pixel size does not depend on the font size.
The actual em values were inconsistent with the docs,
while the docs were not the same as the comments:
* `sm` breakpoint was 34em (544px) not 480px.
* `lg` container max-width was 60rem (960px), less gutter than `md`.
Changed to 940px, same as Bootstrap 3.
* `xl` container max-width was 72.25rem which is 1140px not 1156px.
Changed to 1140px matching the comment but not the docs.
Addresses #17070 and #17388 .
2015-09-27 14:39:17 +01:00
Zearin
8e29c43c46
Fix usage of “its” and “it’s”
2015-09-07 10:07:35 -04:00
Mark Otto
d9125290ed
Merge pull request #17207 from kkirsche/patch-9
...
v4 - Force linebreaks after grid tier names in v4 grid docs
2015-09-01 20:53:31 -07:00
Heinrich Fenkart
0da684ff85
Merge pull request #17275 from mattez/fix-docs-layout-grid
...
Fix anchors, fix naming consistency
2015-08-25 00:21:39 +02:00
Chris Rebert
1ec0c49358
Replace remaining instances of defunct .visible* classes in docs
...
.visible-xs(-block) => .hidden-sm-up
Fixes #17263 .
[skip sauce]
2015-08-24 14:42:21 -07:00
Matěj Kříž
a1b38092e2
Fix anchors, fix naming consistency
...
I found non working anchors and some naming in consistency. I hope I fixed well. Have a nice day.
2015-08-24 16:30:46 +02:00
Mark Otto
018eef9894
Merge pull request #17140 from kkirsche/patch-12
...
v4 - Rendered example bin in grid docs should use sass
2015-08-22 20:28:01 -07:00
Mark Otto
37c84f144b
nuke that page since it's now unused
2015-08-22 18:51:06 -07:00
Kevin Kirsche
cf5284f235
v4 - Force linebreaks after grid tier names in v4 grid docs
...
Fix #17176
Sorry, I f'd up the rebase in #17186
2015-08-21 08:04:44 -04:00
Mark Otto
bf2781d758
Merge pull request #17146 from kkirsche/patch-13
...
v4 - Add pixel values for the rem breakpoints and column sizes
2015-08-20 21:09:19 -07:00
Kevin Kirsche
5536facc68
Broken link in Sass mixins section of v4 docs
...
Fix #17177
Simplest example is using horizontal variants using rows.
2015-08-20 22:13:53 -04:00
Chris Rebert
8e6972b170
docs/layout/grid.md: Fix responsive utilities link
2015-08-20 18:34:59 -07:00
Heinrich Fenkart
66be25917a
Docs: various fixes
...
Mostly links.
Fixes #17056 .
2015-08-21 02:15:17 +02:00
Kevin Kirsche
ca9fdcee9c
Add pixel values for the rem breakpoints and column sizes
...
Fix : #17145
2015-08-20 12:39:21 -04:00
Kevin Kirsche
5c03882aff
Rendered example bin in grid docs should use sass
...
Fix #17129
2015-08-20 11:48:27 -04:00
Mark Otto
4cb324afab
add redirects for all top level docs sections
2015-08-17 20:34:11 -07:00
Mark Otto
c064eef67b
Massive cleanup
...
- Simpler main nav on all pages
- Back to purple masthead on homepage instead of dark graphite
- Active link styles on the main nav
- Cleaned up sidebar nav
- New docs layout name
- Homepage copy edits
- Updated bright purple docs color
2015-08-14 22:45:55 -07:00
Mark Otto
28bcf047c8
container illustrations
2015-08-10 23:07:50 -07:00
Mark Otto
de2971c9cc
update nav
2015-08-10 15:49:41 -07:00
Mark Otto
84f544b1f2
rename
2015-08-10 15:39:32 -07:00
Mark Otto
292ac7f302
rewrite some grid docs
2015-08-10 15:37:27 -07:00
Mark Otto
e76d1677cb
move containers.md to overview.md, merge in media queries as new section
2015-08-10 12:47:02 -07:00
Mark Otto
8a92a9ab3b
fix broke example
2015-08-08 16:54:46 -07:00
Mark Otto
bf465da2d9
more than images tbh
2015-08-08 16:53:25 -07:00
Mark Otto
7370885338
grid docs tweaks
2015-08-08 16:51:13 -07:00
Mark Otto
e592a23eb7
docs twerks
2015-08-08 14:57:12 -07:00
Mark Otto
fed0d8a2d4
restore page headers, use partial and page frontmatter to organize it
2015-08-05 17:47:45 -07:00
Mark Otto
e615ae053c
overhaul nav and shit again
...
- drop the index pages save for examples
- comment out the extend section for now
- fix up spacing fix on team list
2015-06-13 14:05:25 -07:00
Mark Otto
163dd5296e
move flexbox to getting started
2015-05-29 13:53:22 -07:00
Mark Otto
b455ed8def
add markdown toc stuff
2015-05-29 01:58:52 -07:00
Mark Otto
bd971c49b0
stub out flexbox layout docs
2015-05-22 23:20:21 -07:00
Mark Otto
37e543759b
scope grid example styles better
2015-04-23 01:30:55 -07:00
Mark Otto
7e86bfd9ac
change nav to use index files for each section; stub out index views for everything
2015-04-18 12:28:50 -07:00
Mark Otto
33e32bffc8
new headers, ad placements, intro paragraphs on several pages, etc
2015-01-19 20:03:08 -08:00
Mark Otto
1633da2ce8
remove unnecessary docs sections for media queries page
2015-01-19 15:44:53 -08:00
Mark Otto
325748ff68
Merge branch 'master' into v4
...
Conflicts:
_config.yml
dist/css/bootstrap-theme.css
dist/css/bootstrap-theme.css.map
dist/css/bootstrap-theme.min.css
dist/css/bootstrap.css
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
dist/js/bootstrap.min.js
docs/_includes/components/thumbnails.html
docs/_includes/css/forms.html
docs/_includes/css/grid.html
docs/_includes/customizer-variables.html
docs/_includes/footer.html
docs/_includes/getting-started/download.html
docs/_includes/getting-started/template.html
docs/_includes/js/overview.html
docs/_includes/js/popovers.html
docs/_includes/js/tooltips.html
docs/assets/css/docs.min.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/assets/js/src/customizer.js
docs/dist/css/bootstrap-theme.css
docs/dist/css/bootstrap-theme.css.map
docs/dist/css/bootstrap-theme.min.css
docs/dist/css/bootstrap.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
docs/dist/js/bootstrap.js
docs/dist/js/bootstrap.min.js
docs/examples/navbar-fixed-top/index.html
docs/examples/navbar-static-top/index.html
docs/examples/non-responsive/index.html
docs/examples/theme/index.html
grunt/configBridge.json
less/alerts.less
less/badges.less
less/jumbotron.less
less/panels.less
less/tables.less
less/theme.less
less/variables.less
package.json
scss/_button-group.scss
scss/_buttons.scss
scss/_forms.scss
2015-01-19 14:48:12 -08:00
Gleb Mazovetskiy
3be590dd5b
docs: fix typo in media-queries.md
2015-01-08 21:17:22 +00:00
Chris Rebert
e651b48eb6
update responsive utility docs post-overhaul
2015-01-06 17:49:33 -08:00
Chris Rebert
ff9c07f4aa
fix numerical typo in grid docs
2015-01-06 17:46:46 -08:00
Mark Otto
fb176a97e1
change values, remove grid column size row
2014-12-31 10:46:50 -08:00
Chris Rebert
c6affe79b7
account for XL size tier in grid docs
2014-12-29 18:27:41 -08:00
Mark Otto
ca53c93f3d
no need to mention jquery in the layout scaffolding docs
2014-12-23 13:26:37 -08:00
Mark Otto
a1a3a007b6
tweak grid docs, add new tier
2014-12-04 21:02:04 -08:00
Mark Otto
156750941b
move media queries docs to new section of layout
2014-12-04 16:51:19 -08:00
Mark Otto
7a799af939
fixes and grunt
2014-11-30 21:01:50 -08:00
Mark Otto
b648a77ed3
Merge branch 'master' into v4
...
Conflicts:
Gruntfile.js
_config.yml
dist/css/bootstrap-theme.css
dist/css/bootstrap-theme.min.css
dist/css/bootstrap.css
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
dist/fonts/glyphicons-halflings-regular.eot
dist/fonts/glyphicons-halflings-regular.svg
dist/fonts/glyphicons-halflings-regular.ttf
dist/fonts/glyphicons-halflings-regular.woff
docs/_data/glyphicons.yml
docs/_includes/components/alerts.html
docs/_includes/components/badges.html
docs/_includes/components/button-dropdowns.html
docs/_includes/components/button-groups.html
docs/_includes/components/dropdowns.html
docs/_includes/components/glyphicons.html
docs/_includes/components/input-groups.html
docs/_includes/components/labels.html
docs/_includes/components/media.html
docs/_includes/components/navbar.html
docs/_includes/components/navs.html
docs/_includes/components/pagination.html
docs/_includes/components/panels.html
docs/_includes/components/progress-bars.html
docs/_includes/css/buttons.html
docs/_includes/css/forms.html
docs/_includes/css/grid.html
docs/_includes/css/helpers.html
docs/_includes/css/images.html
docs/_includes/css/less.html
docs/_includes/css/responsive-utilities.html
docs/_includes/css/sass.html
docs/_includes/css/tables.html
docs/_includes/css/type.html
docs/_includes/getting-started/accessibility.html
docs/_includes/getting-started/browser-device-support.html
docs/_includes/getting-started/community.html
docs/_includes/getting-started/download.html
docs/_includes/getting-started/examples.html
docs/_includes/getting-started/whats-included.html
docs/_includes/js/affix.html
docs/_includes/js/alerts.html
docs/_includes/js/buttons.html
docs/_includes/js/carousel.html
docs/_includes/js/collapse.html
docs/_includes/js/dropdowns.html
docs/_includes/js/modal.html
docs/_includes/js/overview.html
docs/_includes/js/tabs.html
docs/_includes/nav/components.html
docs/_includes/nav/css.html
docs/_includes/nav/javascript.html
docs/_includes/nav/main.html
docs/about.html
docs/assets/css/docs.min.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap-theme.css
docs/dist/css/bootstrap-theme.min.css
docs/dist/css/bootstrap.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
docs/dist/fonts/glyphicons-halflings-regular.eot
docs/dist/fonts/glyphicons-halflings-regular.svg
docs/dist/fonts/glyphicons-halflings-regular.ttf
docs/dist/fonts/glyphicons-halflings-regular.woff
docs/examples/carousel/index.html
docs/examples/navbar-fixed-top/index.html
docs/examples/navbar-static-top/index.html
docs/examples/navbar/index.html
docs/examples/non-responsive/index.html
docs/examples/non-responsive/non-responsive.css
docs/examples/sticky-footer-navbar/index.html
docs/examples/theme/index.html
fonts/glyphicons-halflings-regular.eot
fonts/glyphicons-halflings-regular.svg
fonts/glyphicons-halflings-regular.ttf
fonts/glyphicons-halflings-regular.woff
less/_carousel.less
less/_forms.less
less/glyphicons.less
2014-11-30 20:17:45 -08:00
Mark Otto
86af1f39ab
Merge branch 'master' into derp
...
Conflicts:
Gruntfile.js
_config.yml
dist/css/bootstrap-theme.css
dist/css/bootstrap-theme.css.map
dist/css/bootstrap-theme.min.css
dist/css/bootstrap.css
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/_includes/components/button-groups.html
docs/_includes/components/jumbotron.html
docs/_includes/components/media.html
docs/_includes/components/navs.html
docs/_includes/customizer-variables.html
docs/_includes/footer.html
docs/_includes/getting-started/browser-device-support.html
docs/_includes/js/carousel.html
docs/_includes/js/dropdowns.html
docs/_includes/js/modal.html
docs/_includes/js/popovers.html
docs/_includes/js/tooltips.html
docs/_includes/nav/getting-started.html
docs/_includes/nav/javascript.html
docs/_layouts/default.html
docs/assets/css/docs.min.css
docs/assets/css/src/docs.css
docs/assets/js/customize.min.js
docs/assets/js/docs.min.js
docs/assets/js/raw-files.min.js
docs/browser-bugs.html
docs/dist/css/bootstrap-theme.css
docs/dist/css/bootstrap-theme.css.map
docs/dist/css/bootstrap-theme.min.css
docs/dist/css/bootstrap.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
docs/examples/justified-nav/index.html
less/_forms.less
less/_tooltip.less
less/navs.less
less/theme.less
2014-11-09 22:02:53 -08:00
Mark Otto
d6b0f45fb7
Merge branch 'master' into derp
...
Conflicts:
Gruntfile.js
dist/css/bootstrap-theme.css
dist/css/bootstrap-theme.css.map
dist/css/bootstrap-theme.min.css
dist/css/bootstrap.css
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/_includes/components/dropdowns.html
docs/_includes/components/media.html
docs/_includes/components/navs.html
docs/_includes/components/progress-bars.html
docs/_includes/components/responsive-embed.html
docs/_includes/css/buttons.html
docs/_includes/css/forms.html
docs/_includes/css/less.html
docs/_includes/css/overview.html
docs/_includes/css/responsive-utilities.html
docs/_includes/customizer-variables.html
docs/_includes/getting-started/browser-device-support.html
docs/_includes/getting-started/grunt.html
docs/_includes/getting-started/template.html
docs/_includes/header.html
docs/_includes/js/alerts.html
docs/_includes/js/buttons.html
docs/_includes/js/carousel.html
docs/_includes/js/collapse.html
docs/_includes/js/dropdowns.html
docs/_includes/js/modal.html
docs/_includes/js/popovers.html
docs/_includes/js/scrollspy.html
docs/_includes/js/tabs.html
docs/_includes/js/tooltips.html
docs/_includes/nav/components.html
docs/_includes/nav/getting-started.html
docs/_layouts/default.html
docs/about.html
docs/assets/css/docs.min.css
docs/assets/css/src/docs.css
docs/assets/js/customize.min.js
docs/assets/js/docs.min.js
docs/assets/js/raw-files.min.js
docs/browser-bugs.html
docs/components.html
docs/components/navbar.md
docs/css.html
docs/dist/css/bootstrap-theme.css
docs/dist/css/bootstrap-theme.css.map
docs/dist/css/bootstrap-theme.min.css
docs/dist/css/bootstrap.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
docs/examples/blog/index.html
docs/examples/carousel/index.html
docs/examples/cover/index.html
docs/examples/dashboard/index.html
docs/examples/grid/index.html
docs/examples/jumbotron-narrow/index.html
docs/examples/jumbotron/index.html
docs/examples/justified-nav/index.html
docs/examples/navbar-fixed-top/index.html
docs/examples/navbar-static-top/index.html
docs/examples/navbar/index.html
docs/examples/non-responsive/index.html
docs/examples/offcanvas/index.html
docs/examples/signin/index.html
docs/examples/starter-template/index.html
docs/examples/sticky-footer-navbar/index.html
docs/examples/sticky-footer/index.html
docs/examples/theme/index.html
docs/examples/tooltip-viewport/index.html
docs/getting-started.html
docs/javascript.html
docs/migration.html
less/_animation.less
less/_modal.less
less/_navbar.less
less/_variables.less
less/glyphicons.less
less/navs.less
less/panels.less
less/progress-bars.less
2014-10-26 22:31:59 -07:00
Mark Otto
01816e4e10
add css resets outline section to scaffolding docs
2014-07-14 09:14:59 -07:00
Mark Otto
cdb0f8229e
move scaffolding stuff back to layout once more, split off the type docs to typography section
2014-07-14 08:34:56 -07:00
Mark Otto
8d55c3c0a3
move containers to layout section
2014-07-14 08:22:33 -07:00
Mark Otto
aa22440acb
move media to layout
2014-07-13 01:28:19 -07:00
Mark Otto
3753390242
make it a thing
2014-07-11 23:19:46 -07:00