1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Updated DOMPDF to latest version

This commit is contained in:
Dan Brown
2017-02-25 14:59:56 +00:00
parent b0e849f413
commit 22077d4181
7 changed files with 213 additions and 172 deletions

View File

@ -1,4 +1,4 @@
@import "reset";
//@import "reset";
@import "variables";
@import "mixins";
@import "html";

View File

@ -1,6 +1,6 @@
<div ng-non-bindable>
<h1 id="bkmrk-page-title" class="float left">{{$page->name}}</h1>
<h1 id="bkmrk-page-title">{{$page->name}}</h1>
<div style="clear:left;"></div>

View File

@ -30,11 +30,5 @@
clear: both;
display: block;
}
.tag-display {
min-width: 0;
max-width: none;
display: none;
}
</style>
@stop