2016-01-31 12:53:30 -05:00
|
|
|
@extends('pages/export')
|
2016-01-20 17:13:13 -05:00
|
|
|
|
2016-01-31 12:53:30 -05:00
|
|
|
@section('head')
|
2016-01-20 17:13:13 -05:00
|
|
|
<style>
|
2016-01-31 12:53:30 -05:00
|
|
|
body {
|
2016-08-21 08:35:22 -04:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.2;
|
2016-01-31 12:53:30 -05:00
|
|
|
}
|
2016-01-20 17:13:13 -05:00
|
|
|
|
2016-01-31 12:53:30 -05:00
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2016-08-21 08:35:22 -04:00
|
|
|
line-height: 1.2;
|
2016-01-31 12:53:30 -05:00
|
|
|
}
|
2016-01-20 17:13:13 -05:00
|
|
|
|
2016-01-31 12:53:30 -05:00
|
|
|
table {
|
|
|
|
max-width: 800px !important;
|
|
|
|
font-size: 0.8em;
|
2016-10-30 06:26:12 -04:00
|
|
|
width: 100% !important;
|
2016-01-31 12:53:30 -05:00
|
|
|
}
|
2016-01-20 17:13:13 -05:00
|
|
|
|
2016-01-31 12:53:30 -05:00
|
|
|
table td {
|
|
|
|
width: auto !important;
|
|
|
|
}
|
2016-02-08 15:41:40 -05:00
|
|
|
|
2016-08-21 08:35:22 -04:00
|
|
|
.page-content .float {
|
|
|
|
float: none !important;
|
|
|
|
}
|
|
|
|
|
2016-02-08 15:41:40 -05:00
|
|
|
.page-content img.align-left, .page-content img.align-right {
|
|
|
|
float: none !important;
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
}
|
2016-01-31 12:53:30 -05:00
|
|
|
</style>
|
|
|
|
@stop
|