aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 390a634..465a7b1 100644
--- a/css/style.css
+++ b/css/style.css
@@ -160,3 +160,19 @@ div.editform {
font-weight: bold;
color: #32CD32;
}
+.description {
+ text-align: justify;
+ font-style: italic;
+ margin: auto;
+ width: 600px;
+}
+.edit {
+ font-weight: normal;
+ font-size: 11pt;
+ margin: 10pt;
+}
+.add {
+ font-weight: normal;
+ font-size: 11pt;
+ margin: 10pt;
+}