diff options
| author | Mark Otto <[email protected]> | 2012-05-15 09:45:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-15 09:45:53 -0700 |
| commit | e009ed23fcdfa87cc773c2c08f546b30e0e35950 (patch) | |
| tree | 0f93283e815a6a4e0129e6033c136d4ed8029289 | |
| parent | 67f81a2ed53d5608a26eae5eb301614ad53cf3b5 (diff) | |
| download | bootstrap-e009ed23fcdfa87cc773c2c08f546b30e0e35950.tar.xz bootstrap-e009ed23fcdfa87cc773c2c08f546b30e0e35950.zip | |
move navbar and update paths so it sits in tests
| -rw-r--r-- | less/tests/navbar.html (renamed from docs/examples/navbar.html) | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/examples/navbar.html b/less/tests/navbar.html index 822eb76c8..17754bf6e 100644 --- a/docs/examples/navbar.html +++ b/less/tests/navbar.html @@ -8,14 +8,14 @@ <meta name="author" content=""> <!-- Le styles --> - <link href="../assets/css/bootstrap.css" rel="stylesheet"> - <style type="text/css"> + <link href="../../docs/assets/css/bootstrap.css" rel="stylesheet"> + <style> body { padding-top: 60px; - padding-bottom: 20px; + padding-bottom: 30px; } </style> - <link href="../assets/css/bootstrap-responsive.css" rel="stylesheet"> + <link href="../../docs/assets/css/bootstrap-responsive.css" rel="stylesheet"> <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> @@ -23,11 +23,11 @@ <![endif]--> <!-- Le fav and touch icons --> - <link rel="shortcut icon" href="../assets/ico/favicon.ico"> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png"> + <link rel="shortcut icon" href="../../docs/assets/ico/favicon.ico"> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../docs/assets/ico/apple-touch-icon-144-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../docs/assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../docs/assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="../../docs/assets/ico/apple-touch-icon-57-precomposed.png"> </head> <body> |
