diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/adt-manual/style.css | 6 | ||||
-rw-r--r-- | documentation/bsp-guide/style.css | 6 | ||||
-rw-r--r-- | documentation/kernel-manual/style.css | 6 | ||||
-rw-r--r-- | documentation/poky-ref-manual/style.css | 6 | ||||
-rw-r--r-- | documentation/yocto-project-qs/style.css | 6 |
5 files changed, 30 insertions, 0 deletions
diff --git a/documentation/adt-manual/style.css b/documentation/adt-manual/style.css index 7c24fe5d2d..bdd9180e77 100644 --- a/documentation/adt-manual/style.css +++ b/documentation/adt-manual/style.css | |||
@@ -966,3 +966,9 @@ table { | |||
966 | color: #fff; | 966 | color: #fff; |
967 | text-decoration: underline; | 967 | text-decoration: underline; |
968 | } | 968 | } |
969 | |||
970 | .footnote { | ||
971 | font-size: small; | ||
972 | color: #333; | ||
973 | } | ||
974 | |||
diff --git a/documentation/bsp-guide/style.css b/documentation/bsp-guide/style.css index 9d068a0f56..0895ec78b7 100644 --- a/documentation/bsp-guide/style.css +++ b/documentation/bsp-guide/style.css | |||
@@ -956,3 +956,9 @@ table { | |||
956 | color: #fff; | 956 | color: #fff; |
957 | text-decoration: underline; | 957 | text-decoration: underline; |
958 | } | 958 | } |
959 | |||
960 | .footnote { | ||
961 | font-size: small; | ||
962 | color: #333; | ||
963 | } | ||
964 | |||
diff --git a/documentation/kernel-manual/style.css b/documentation/kernel-manual/style.css index 33a01d125a..197f9301ca 100644 --- a/documentation/kernel-manual/style.css +++ b/documentation/kernel-manual/style.css | |||
@@ -966,3 +966,9 @@ table { | |||
966 | color: #fff; | 966 | color: #fff; |
967 | text-decoration: underline; | 967 | text-decoration: underline; |
968 | } | 968 | } |
969 | |||
970 | .footnote { | ||
971 | font-size: small; | ||
972 | color: #333; | ||
973 | } | ||
974 | |||
diff --git a/documentation/poky-ref-manual/style.css b/documentation/poky-ref-manual/style.css index 087e45c1fb..9dc317248d 100644 --- a/documentation/poky-ref-manual/style.css +++ b/documentation/poky-ref-manual/style.css | |||
@@ -966,3 +966,9 @@ table { | |||
966 | color: #fff; | 966 | color: #fff; |
967 | text-decoration: underline; | 967 | text-decoration: underline; |
968 | } | 968 | } |
969 | |||
970 | .footnote { | ||
971 | font-size: small; | ||
972 | color: #333; | ||
973 | } | ||
974 | |||
diff --git a/documentation/yocto-project-qs/style.css b/documentation/yocto-project-qs/style.css index 21caf85da4..dd9725d2ea 100644 --- a/documentation/yocto-project-qs/style.css +++ b/documentation/yocto-project-qs/style.css | |||
@@ -966,3 +966,9 @@ table { | |||
966 | color: #fff; | 966 | color: #fff; |
967 | text-decoration: underline; | 967 | text-decoration: underline; |
968 | } | 968 | } |
969 | |||
970 | .footnote { | ||
971 | font-size: small; | ||
972 | color: #333; | ||
973 | } | ||
974 | |||