diff options
| author | Mark Otto <[email protected]> | 2011-10-16 11:35:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-16 11:35:24 -0700 |
| commit | 6f44a90edbfc897082dd69630983391bf6e57ba7 (patch) | |
| tree | 7e77fa244780c87c552dc5cb2587c0f97ad8c96c /docs/index.html | |
| parent | d1d38079589f2cda2b28cc9f5a3da86cbfabbf25 (diff) | |
| download | bootstrap-6f44a90edbfc897082dd69630983391bf6e57ba7.tar.xz bootstrap-6f44a90edbfc897082dd69630983391bf6e57ba7.zip | |
tweak line-height of h2 and h3 to not be gihugeous, updated responsive to improve tablet grid and phone styles
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 0e49e9cbd..b9004e6bf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -128,7 +128,7 @@ <div class="span4"> <h2>Cross-everything</h2> <p>Bootstrap is tested and supported in major modern browsers like Chrome, Safari, Internet Explorer, and Firefox.</p> - <img src="assets/img/browsers.png" alt="Tested and supported in Chrome, Safari, Internet Explorer, and Firefox"> + <img class="browser-support" src="assets/img/browsers.png" alt="Tested and supported in Chrome, Safari, Internet Explorer, and Firefox"> <ul> <li>Latest Safari</li> <li>Latest Google Chrome</li> |
