Skip to content

Commit

Permalink
Fix framework7io#575 - Change css links in examples files
Browse files Browse the repository at this point in the history
  • Loading branch information
gagustavo committed Aug 12, 2015
1 parent a84161b commit b90588e
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/inline-pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title>My App</title>
<!-- Path to Framework7 Library CSS-->
<link rel="stylesheet" href="../../dist/css/framework7.min.css">
<link rel="stylesheet" href="../../dist/css/framework7.ios.min.css">
<!-- Path to your custom app styles-->
<link rel="stylesheet" href="css/my-app.css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion examples/inline-pages/jade/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html
meta(name="apple-mobile-web-app-status-bar-style", content="black")
title My App
// Path to Framework7 Library CSS
link(rel="stylesheet", href="../../dist/css/framework7.min.css")
link(rel="stylesheet", href="../../dist/css/framework7.ios.min.css")
// Path to your custom app styles
link(rel="stylesheet", href="css/my-app.css")
body
Expand Down
2 changes: 1 addition & 1 deletion examples/split-view-panel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title>My App</title>
<!-- Path to Framework7 Library CSS-->
<link rel="stylesheet" href="../../dist/css/framework7.min.css">
<link rel="stylesheet" href="../../dist/css/framework7.ios.min.css">
<!-- Path to your custom app styles-->
<link rel="stylesheet" href="css/my-app.css">
</head>
Expand Down
4 changes: 2 additions & 2 deletions examples/split-view-panel/jade/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html
meta(name="apple-mobile-web-app-status-bar-style", content="black")
title My App
// Path to Framework7 Library CSS
link(rel="stylesheet", href="../../dist/css/framework7.min.css")
link(rel="stylesheet", href="../../dist/css/framework7.ios.min.css")
// Path to your custom app styles
link(rel="stylesheet", href="css/my-app.css")
body
Expand Down Expand Up @@ -104,4 +104,4 @@ html
// Path to Framework7 Library JS
script(type="text/javascript", src="../../dist/js/framework7.min.js")
// Path to your app js
script(type="text/javascript", src="js/my-app.js")
script(type="text/javascript", src="js/my-app.js")
2 changes: 1 addition & 1 deletion examples/split-view/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title>My App</title>
<!-- Path to Framework7 Library CSS-->
<link rel="stylesheet" href="../../dist/css/framework7.min.css">
<link rel="stylesheet" href="../../dist/css/framework7.ios.min.css">
<!-- Path to your custom app styles-->
<link rel="stylesheet" href="css/my-app.css">
</head>
Expand Down
4 changes: 2 additions & 2 deletions examples/split-view/jade/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html
meta(name="apple-mobile-web-app-status-bar-style", content="black")
title My App
// Path to Framework7 Library CSS
link(rel="stylesheet", href="../../dist/css/framework7.min.css")
link(rel="stylesheet", href="../../dist/css/framework7.ios.min.css")
// Path to your custom app styles
link(rel="stylesheet", href="css/my-app.css")
body
Expand Down Expand Up @@ -104,4 +104,4 @@ html
// Path to Framework7 Library JS
script(type="text/javascript", src="../../dist/js/framework7.min.js")
// Path to your app js
script(type="text/javascript", src="js/my-app.js")
script(type="text/javascript", src="js/my-app.js")
2 changes: 1 addition & 1 deletion examples/tab-bar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title>My App</title>
<!-- Path to Framework7 Library CSS-->
<link rel="stylesheet" href="../../dist/css/framework7.min.css">
<link rel="stylesheet" href="../../dist/css/framework7.ios.min.css">
<!-- Path to your custom app styles-->
<link rel="stylesheet" href="css/my-app.css">
</head>
Expand Down
4 changes: 2 additions & 2 deletions examples/tab-bar/jade/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html
meta(name="apple-mobile-web-app-status-bar-style", content="black")
title My App
// Path to Framework7 Library CSS
link(rel="stylesheet", href="../../dist/css/framework7.min.css")
link(rel="stylesheet", href="../../dist/css/framework7.ios.min.css")
// Path to your custom app styles
link(rel="stylesheet", href="css/my-app.css")
body
Expand Down Expand Up @@ -186,4 +186,4 @@ html
// Path to Framework7 Library JS
script(type="text/javascript", src="../../dist/js/framework7.min.js")
// Path to your app js
script(type="text/javascript", src="js/my-app.js")
script(type="text/javascript", src="js/my-app.js")
2 changes: 1 addition & 1 deletion examples/template7-pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title>My App</title>
<!-- Path to Framework7 Library CSS-->
<link rel="stylesheet" href="../../dist/css/framework7.min.css">
<link rel="stylesheet" href="../../dist/css/framework7.ios.min.css">
<!-- Path to your custom app styles-->
<link rel="stylesheet" href="css/my-app.css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion examples/template7-pages/jade/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html
meta(name="apple-mobile-web-app-status-bar-style", content="black")
title My App
// Path to Framework7 Library CSS
link(rel="stylesheet", href="../../dist/css/framework7.min.css")
link(rel="stylesheet", href="../../dist/css/framework7.ios.min.css")
// Path to your custom app styles
link(rel="stylesheet", href="css/my-app.css")
body
Expand Down

0 comments on commit b90588e

Please sign in to comment.