diff options
| author | Mark Otto <[email protected]> | 2013-06-08 18:34:16 -0230 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-08 18:34:16 -0230 |
| commit | 441bbe1998c790dad1c4d44c5f85e6360209eaac (patch) | |
| tree | e401015d798313580e2ed2d9bf9e8d60c82c1d85 /docs/assets/css/docs.css | |
| parent | b1cc11cd98e3ab3707c6c39a80df458f277239ff (diff) | |
| download | bootstrap-441bbe1998c790dad1c4d44c5f85e6360209eaac.tar.xz bootstrap-441bbe1998c790dad1c4d44c5f85e6360209eaac.zip | |
Another grid update
* Update docs to include table of grid levels and behaviors
* Change from .col-md to .col-sm to match existing size variables we use elsewhere
* Keep .col-lg as-is though for simplicity as we won't likely add a fourth level of the grid
* Combine responsive .container breakpoints with grid breakpoints in grid.less
* Other misc docs updates
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 6a608b4da..811961d60 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -520,6 +520,7 @@ body { /* Utility classes table ------------------------- */ +.bs-table th small, .responsive-utilities th small { display: block; font-weight: normal; |
