summaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css
index 1c1cd5e..e05ea73 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -92,3 +92,30 @@ a {
height: 31px;
vertical-align: middle;
}
+.center {
+ text-align: center;
+}
+.imgLink {
+ color: black;
+ text-decoration: none;
+}
+.imgLink img {
+ border: 1px solid black;
+}
+.smallText {
+ font-size: 8pt;
+ font-style: italic;
+ color: gray;
+}
+.enlarge {
+ color: black;
+ text-decoration: underline;
+ font-style: normal;
+}
+.mark {
+ color: #52268f;
+ font-weight: bold;
+}
+.tablePara {
+ margin-top: 1em;
+}