Skip to content

Commit

Permalink
fix missing header image
Browse files Browse the repository at this point in the history
  • Loading branch information
0c34 committed Nov 10, 2017
1 parent 7b263c8 commit 31bcf8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 0 additions & 7 deletions public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ body {
background: #f4f4f4;
}

.header {
background-image: url("http://localhost:8082/public/img/header2.png");
width: 1140px;
height: 130px;
margin-bottom: 20px;
}

.nav-side-menu {
overflow: auto;
font-family: verdana;
Expand Down
9 changes: 9 additions & 0 deletions templates/template.header.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
<script type="text/javascript" src="{{.weburl}}public/js/bootstrap.min.js"></script>

<link href="{{.weburl}}public/css/main.css" rel="stylesheet">

<style>
.header {
background-image: url("{{.weburl}}public/img/header2.png");
width: 1140px;
height: 130px;
margin-bottom: 20px;
}
</style>
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 31bcf8a

Please sign in to comment.