diff options
-rw-r--r-- | documentation/bsp-guide/style.css | 9 | ||||
-rw-r--r-- | documentation/dev-manual/style.css | 9 | ||||
-rw-r--r-- | documentation/kernel-manual/style.css | 9 | ||||
-rw-r--r-- | documentation/poky-ref-manual/style.css | 9 | ||||
-rw-r--r-- | documentation/yocto-project-qs/style.css | 9 |
5 files changed, 45 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 | |||
diff --git a/documentation/dev-manual/style.css b/documentation/dev-manual/style.css index b512dd2dcb..67184972e1 100644 --- a/documentation/dev-manual/style.css +++ b/documentation/dev-manual/style.css | |||
@@ -968,3 +968,12 @@ table { | |||
968 | color: #333; | 968 | color: #333; |
969 | } | 969 | } |
970 | 970 | ||
971 | /* Changes the announcement text */ | ||
972 | .tip h3, | ||
973 | .warning h3, | ||
974 | .caution h3, | ||
975 | .note h3 { | ||
976 | font-size:large; | ||
977 | color: #00557D; | ||
978 | } | ||
979 | |||
diff --git a/documentation/kernel-manual/style.css b/documentation/kernel-manual/style.css index 51d968681f..ab507a1f68 100644 --- a/documentation/kernel-manual/style.css +++ b/documentation/kernel-manual/style.css | |||
@@ -968,3 +968,12 @@ table { | |||
968 | color: #333; | 968 | color: #333; |
969 | } | 969 | } |
970 | 970 | ||
971 | /* Changes the announcement text */ | ||
972 | .tip h3, | ||
973 | .warning h3, | ||
974 | .caution h3, | ||
975 | .note h3 { | ||
976 | font-size:large; | ||
977 | color: #00557D; | ||
978 | } | ||
979 | |||
diff --git a/documentation/poky-ref-manual/style.css b/documentation/poky-ref-manual/style.css index c4c337adc1..2eefe0b988 100644 --- a/documentation/poky-ref-manual/style.css +++ b/documentation/poky-ref-manual/style.css | |||
@@ -968,3 +968,12 @@ table { | |||
968 | color: #333; | 968 | color: #333; |
969 | } | 969 | } |
970 | 970 | ||
971 | /* Changes the announcement text */ | ||
972 | .tip h3, | ||
973 | .warning h3, | ||
974 | .caution h3, | ||
975 | .note h3 { | ||
976 | font-size:large; | ||
977 | color: #00557D; | ||
978 | } | ||
979 | |||
diff --git a/documentation/yocto-project-qs/style.css b/documentation/yocto-project-qs/style.css index 1ddfd36114..66283950c0 100644 --- a/documentation/yocto-project-qs/style.css +++ b/documentation/yocto-project-qs/style.css | |||
@@ -968,3 +968,12 @@ table { | |||
968 | color: #333; | 968 | color: #333; |
969 | } | 969 | } |
970 | 970 | ||
971 | /* Changes the announcement text */ | ||
972 | .tip h3, | ||
973 | .warning h3, | ||
974 | .caution h3, | ||
975 | .note h3 { | ||
976 | font-size:large; | ||
977 | color: #00557D; | ||
978 | } | ||
979 | |||