• This project
    • Loading...
  • Sign in

Зуев Егор / wiki.dev

Logo belkanton
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • wiki.dev
  • resources
  • views
  • pages
  • pdf.blade.php
  • Dan Brown's avatar
    Added plaintext & basic PDF page Export · 080acf0a
    080acf0a
    Dan Brown authored 2016-01-31 17:53:30 +0000
pdf.blade.php 427 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
@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