Omnibus commited on
Commit
01fbf4f
·
1 Parent(s): ffc3ff2

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -0
index.html CHANGED
@@ -7,6 +7,15 @@
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
 
 
 
 
 
 
 
 
 
10
  <script>
11
  toastr.options.progressBar = true;
12
 
 
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
+ <style>
11
+
12
+ #pdfviewer {
13
+ border: 1px #333 solid;
14
+ width: 100%;
15
+ background: #eee;
16
+ }
17
+
18
+ </style>
19
  <script>
20
  toastr.options.progressBar = true;
21