diff options
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
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 | |||