diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp/assets/css')
-rw-r--r-- | pdf-as-web/src/main/webapp/assets/css/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/webapp/assets/css/style.css b/pdf-as-web/src/main/webapp/assets/css/style.css index 56bfbe67..8ef67ebf 100644 --- a/pdf-as-web/src/main/webapp/assets/css/style.css +++ b/pdf-as-web/src/main/webapp/assets/css/style.css @@ -41,6 +41,15 @@ iframe { margin: 0px; } +#borderBox { + height: 815px; + width: 750px; + float: center; + margin: 20px; + border: 2px dashed; + border-color: black; +} + #content { clear: both; height: 863px; |