aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/adt-manual/style.css b/documentation/adt-manual/style.css
index 1e3db819c7..e6c62978b3 100644
--- a/documentation/adt-manual/style.css
+++ b/documentation/adt-manual/style.css
@@ -968,3 +968,12 @@ table {
color: #333;
}
+/* Changes the announcement text */
+.tip h3,
+.warning h3,
+.caution h3,
+.note h3 {
+ font-size:large;
+ color: #00557D;
+}
+