X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ea2e16cabb5ca5815dd1ee5b8eb1ac6a32bac57e..refs/pull/263/head:/resources/views/pages/pdf.blade.php diff --git a/resources/views/pages/pdf.blade.php b/resources/views/pages/pdf.blade.php index 73cf131bc..7e43c5e1a 100644 --- a/resources/views/pages/pdf.blade.php +++ b/resources/views/pages/pdf.blade.php @@ -1,32 +1,40 @@ - - - - - {{ $page->name }} +@extends('pages/export') +@section('head') - - -
-
-
-
+ body { + font-size: 14px; + line-height: 1.2; + } + + h1, h2, h3, h4, h5, h6 { + line-height: 1.2; + } - @include('pages/page-display') + table { + max-width: 800px !important; + font-size: 0.8em; + width: 100% !important; + } -
+ table td { + width: auto !important; + } -

- Created {{$page->created_at->diffForHumans()}} @if($page->createdBy) by {{$page->createdBy->name}} @endif -
- Last Updated {{$page->updated_at->diffForHumans()}} @if($page->updatedBy) by {{$page->updatedBy->name}} @endif -

+ .page-content .float { + float: none !important; + } -
-
-
-
- - + .page-content img.align-left, .page-content img.align-right { + float: none !important; + clear: both; + display: block; + } + + .tag-display { + min-width: 0; + max-width: none; + display: none; + } + +@stop \ No newline at end of file