summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-09-17 23:09:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-06 13:52:25 +0100
commitd4a59548bead7bf7a2d62fc399311f7a396e3370 (patch)
treeb5fe6c6fa852c0db73d26dd423ad798073ce9d4c /bitbake
parent18016c1ef86f6b6307399229b496547ee6a77291 (diff)
downloadpoky-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')
-rw-r--r--bitbake/doc/sphinx-static/theme_overrides.css2
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
5body { 5body {
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}