diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-27 19:28:17 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:46 +0200 |
| commit | da3497d0065b435d70e58fbc16deec3e242c0260 (patch) | |
| tree | 3af7d9b03a9dfabbb2b147ac0fcbd7c8632f0f8f /css/index.css | |
| parent | 1cf751cf0d2c8ca3f7874bdf08d527daccb655b7 (diff) | |
| download | wvs-vplan-da3497d0065b435d70e58fbc16deec3e242c0260.tar.gz wvs-vplan-da3497d0065b435d70e58fbc16deec3e242c0260.zip | |
verbessere PDF-Anzeige
Diffstat (limited to 'css/index.css')
| -rw-r--r-- | css/index.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/css/index.css b/css/index.css index 0f732cf..919f63c 100644 --- a/css/index.css +++ b/css/index.css @@ -49,3 +49,11 @@ body { .viewLayout { } + +.pdfpage { + width: 100%; +} + +.pdfcanvas { + height: 100%; +} |
