diff options
author | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2008-04-10 15:25:53 +0000 |
---|---|---|
committer | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2008-04-10 15:25:53 +0000 |
commit | c6b56db58337ff273148283bbd388c0a36eed321 (patch) | |
tree | 9111896bd1833d56af3a0a62a6bfc3e65dafe1c5 /src/main/webapp/css/pdfas-styles.css | |
parent | f4c61a145d4f9a537c87fe67db36de8c28f2e352 (diff) | |
download | pdf-as-3-c6b56db58337ff273148283bbd388c0a36eed321.tar.gz pdf-as-3-c6b56db58337ff273148283bbd388c0a36eed321.tar.bz2 pdf-as-3-c6b56db58337ff273148283bbd388c0a36eed321.zip |
style adjustments for the web interface; note concerning verification of textual signed documents
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@257 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'src/main/webapp/css/pdfas-styles.css')
-rw-r--r-- | src/main/webapp/css/pdfas-styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/webapp/css/pdfas-styles.css b/src/main/webapp/css/pdfas-styles.css index 7803827..c82069b 100644 --- a/src/main/webapp/css/pdfas-styles.css +++ b/src/main/webapp/css/pdfas-styles.css @@ -50,6 +50,11 @@ div.pdfasnote { margin: 0px 0px 0px 0px;
}
+.pdfasemphasis {
+ color: #2c5486;
+ font-weight: bold;
+}
+
pre.pdfasnt {
font: 1em, courier new, courier, monospace;
border: 1px solid black;
|