Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added image of nav bar as it was not visible #524

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css">
</head>
<body>
<div id="app"></div>
<div id="app">

</div>
</body>
<script src="//unpkg.com/vue/dist/vue.js"></script>
<script src="//unpkg.com/babel-standalone@6/babel.min.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
*zoom : 1;
}

/*
Expand Down Expand Up @@ -684,7 +684,7 @@ hr {
border: 0;
outline: none;
height: 3px;
background: transparent url("../images/hr.gif") center center repeat-x;
background: transparent url(images/hr.gif) center center repeat-x;
margin: 0 0 20px;
}

Expand All @@ -701,7 +701,7 @@ dt {
height: 60px;
width: 100%;
position: fixed;
background: url(../images/nav-bg.gif) #353535;
background: url(images/nav-bg.gif) #353535;
border-bottom: 4px solid #434343;
-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
Expand Down