1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Added logo and favicon

This commit is contained in:
Dan Brown
2015-07-16 21:24:26 +01:00
parent 4c0783fdc7
commit 52cf7e4483
5 changed files with 7 additions and 8 deletions

View File

@ -17,6 +17,10 @@ header {
z-index: -1;
top: 0;
}
.logo {
width: 180px;
opacity: 0.8;
}
body {
margin-top: 64px;

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Oxbow</title>
<title>BookStack</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/css/app.css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300italic,100,300' rel='stylesheet' type='text/css'>
@ -30,7 +30,7 @@
<div class="container">
<div class="padded-vertical row clearfix">
<div class="col-md-3">
<div class="logo float left">Oxbow</div>
<div ><img class="logo float left" src="/bookstack.svg" alt="BookStack"></div>
</div>
<div class="col-md-9">
<ul class="menu float">

View File

@ -10,12 +10,6 @@
<form action="{{$book->getUrl() . '/page'}}" method="POST">
@include('pages/form')
</form>
<script>
$(function() {
$('#html').editable({inlineMode: false});
});
</script>
@stop
@section('bottom')