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:
@ -17,6 +17,10 @@ header {
|
||||
z-index: -1;
|
||||
top: 0;
|
||||
}
|
||||
.logo {
|
||||
width: 180px;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
body {
|
||||
margin-top: 64px;
|
||||
|
@ -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">
|
||||
|
@ -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')
|
||||
|
Reference in New Issue
Block a user