Skip to content

Commit e009ed2

Browse files
committed
move navbar and update paths so it sits in tests
1 parent 67f81a2 commit e009ed2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/examples/navbar.html renamed to less/tests/navbar.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@
88
<meta name="author" content="">
99

1010
<!-- Le styles -->
11-
<link href="../assets/css/bootstrap.css" rel="stylesheet">
12-
<style type="text/css">
11+
<link href="../../docs/assets/css/bootstrap.css" rel="stylesheet">
12+
<style>
1313
body {
1414
padding-top: 60px;
15-
padding-bottom: 20px;
15+
padding-bottom: 30px;
1616
}
1717
</style>
18-
<link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">
18+
<link href="../../docs/assets/css/bootstrap-responsive.css" rel="stylesheet">
1919

2020
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
2121
<!--[if lt IE 9]>
2222
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
2323
<![endif]-->
2424

2525
<!-- Le fav and touch icons -->
26-
<link rel="shortcut icon" href="../assets/ico/favicon.ico">
27-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
28-
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
29-
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
30-
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
26+
<link rel="shortcut icon" href="../../docs/assets/ico/favicon.ico">
27+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../docs/assets/ico/apple-touch-icon-144-precomposed.png">
28+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../docs/assets/ico/apple-touch-icon-114-precomposed.png">
29+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../docs/assets/ico/apple-touch-icon-72-precomposed.png">
30+
<link rel="apple-touch-icon-precomposed" href="../../docs/assets/ico/apple-touch-icon-57-precomposed.png">
3131
</head>
3232

3333
<body>

0 commit comments

Comments
 (0)