diff options
| author | Jacob Thornton <[email protected]> | 2012-08-27 21:27:31 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-08-27 21:27:31 -0700 |
| commit | 215d92bacd0d912cd9e73e822d928eeb891bf518 (patch) | |
| tree | 949c21b05d4b490f5c20ccfd8accdfa87aa70aa6 /docs/assets/css/docs.css | |
| parent | 4751a0a2745b8480371678281ee6a7f874aaf096 (diff) | |
| parent | 7d412b1e14ea47884b5e3fd77fe0e7734f3cdd97 (diff) | |
| download | bootstrap-215d92bacd0d912cd9e73e822d928eeb891bf518.tar.xz bootstrap-215d92bacd0d912cd9e73e822d928eeb891bf518.zip | |
Merge branch '2.1.1-wip' of github.com:twitter/bootstrap into 2.1.1-wip
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index d52d6cd1c..679322562 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -887,7 +887,7 @@ form.bs-docs-example { /* Tablet ------------------------- */ -@media (max-width: 768px) { +@media (max-width: 767px) { /* Remove any padding from the body */ body { padding-top: 0; |
