diff options
| author | Quy Ton <[email protected]> | 2014-01-21 22:02:54 -0800 |
|---|---|---|
| committer | Quy Ton <[email protected]> | 2014-01-21 22:02:54 -0800 |
| commit | e5c7c2acc1035ca3600d78988adc82451901fe28 (patch) | |
| tree | 4398acb545a1d74bf51c02b12de726c65b0cd5f6 /docs/_includes | |
| parent | 06dcf9136445b29018dc107a9cbfc60d8e947004 (diff) | |
| download | bootstrap-e5c7c2acc1035ca3600d78988adc82451901fe28.tar.xz bootstrap-e5c7c2acc1035ca3600d78988adc82451901fe28.zip | |
Reorder nav of About docs page
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav-about.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_includes/nav-about.html b/docs/_includes/nav-about.html index 93121e700..bf6b684e9 100644 --- a/docs/_includes/nav-about.html +++ b/docs/_includes/nav-about.html @@ -1,9 +1,9 @@ <li> - <a href="#brand">Brand guidelines</a> -</li> -<li> <a href="#history">History</a> </li> <li> <a href="#team">Team</a> </li> +<li> + <a href="#brand">Brand guidelines</a> +</li> |
