summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/bsp-guide/style.css')
-rw-r--r--documentation/bsp-guide/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/bsp-guide/style.css b/documentation/bsp-guide/style.css
index 9db070f68a..28cf7c7a26 100644
--- a/documentation/bsp-guide/style.css
+++ b/documentation/bsp-guide/style.css
@@ -969,3 +969,12 @@ table {
969 color: #333; 969 color: #333;
970} 970}
971 971
972/* Changes the announcement text */
973.tip h3,
974.warning h3,
975.caution h3,
976.note h3 {
977 font-size:large;
978 color: #00557D;
979}
980