aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp')
-rw-r--r--src/main/webapp/WEB-INF/decorators.xml5
-rw-r--r--src/main/webapp/css/pdfas-standalone-styles.css4
2 files changed, 9 insertions, 0 deletions
diff --git a/src/main/webapp/WEB-INF/decorators.xml b/src/main/webapp/WEB-INF/decorators.xml
index a88892d..352a902 100644
--- a/src/main/webapp/WEB-INF/decorators.xml
+++ b/src/main/webapp/WEB-INF/decorators.xml
@@ -9,6 +9,11 @@
<pattern>/*.pdf</pattern>
</excludes>
+ <!--
+ <decorator name="standalone" page="/sitemesh/standalone.jsp">
+ <decorator name="production" page="/sitemesh/buergerkarte/pdf-as-template.jsp">
+ <decorator name="test" page="/sitemesh/buergerkarte/test-pdf-as-template.jsp">
+ -->
<decorator name="standalone" page="/sitemesh/standalone.jsp">
<pattern>/*</pattern>
</decorator>
diff --git a/src/main/webapp/css/pdfas-standalone-styles.css b/src/main/webapp/css/pdfas-standalone-styles.css
index 9131c0d..aa9459c 100644
--- a/src/main/webapp/css/pdfas-standalone-styles.css
+++ b/src/main/webapp/css/pdfas-standalone-styles.css
@@ -5,3 +5,7 @@ table.pdfassignature td.pdfaslabel {
table.pdfassignature td.pdfasvalue {
font-size: 0.9em;
}
+
+pre.pdfasnt {
+ font-size: 0.8em;
+}