mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-25 06:25:14 +08:00
24 lines
427 B
PHP
24 lines
427 B
PHP
@extends('pages/export')
|
|
|
|
@section('head')
|
|
<style>
|
|
body {
|
|
font-size: 15px;
|
|
line-height: 1;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
line-height: 1;
|
|
}
|
|
|
|
table {
|
|
max-width: 800px !important;
|
|
font-size: 0.8em;
|
|
width: auto !important;
|
|
}
|
|
|
|
table td {
|
|
width: auto !important;
|
|
}
|
|
</style>
|
|
@stop |