diff options
author | Quentin Schulz <foss@0leil.net> | 2020-09-17 23:09:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-06 13:52:25 +0100 |
commit | d4a59548bead7bf7a2d62fc399311f7a396e3370 (patch) | |
tree | b5fe6c6fa852c0db73d26dd423ad798073ce9d4c /bitbake/doc | |
parent | 18016c1ef86f6b6307399229b496547ee6a77291 (diff) | |
download | poky-d4a59548bead7bf7a2d62fc399311f7a396e3370.tar.gz |
bitbake: docs: static: theme_overrides.css: fix responsive design on <640px screens
From experience the body takes the whole space anyway and the text stays
within the screen boundaries by default, no need to make the min-width
640px then.
(Bitbake rev: d52190ea426d961f609c657dcb403baf59352969)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/sphinx-static/theme_overrides.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/doc/sphinx-static/theme_overrides.css b/bitbake/doc/sphinx-static/theme_overrides.css index 4fd76a152a..e362677a7f 100644 --- a/bitbake/doc/sphinx-static/theme_overrides.css +++ b/bitbake/doc/sphinx-static/theme_overrides.css | |||
@@ -4,8 +4,6 @@ | |||
4 | 4 | ||
5 | body { | 5 | body { |
6 | font-family: Verdana, Sans, sans-serif; | 6 | font-family: Verdana, Sans, sans-serif; |
7 | |||
8 | min-width: 640px; | ||
9 | margin: 0em auto; | 7 | margin: 0em auto; |
10 | color: #333; | 8 | color: #333; |
11 | } | 9 | } |