From b6699111dbf4417dc1871b8e9217e842bcd14295 Mon Sep 17 00:00:00 2001 From: "O.S.Tezer" Date: Mon, 28 Apr 2014 18:30:31 +0300 Subject: [PATCH] Docs/CSS fix: Aallow viewport expand to user's preference This commit removes the "max-width" property of DOM "containers"; Thus letting the viewport to expand to fill the available space. This commit aims to bring pleasure to Docker docs' readers' eyes, And to make them happy by letting them profit more from their large monitors. (or use more efficiently their smaller ones). Docker-DCO-1.1-Signed-off-by: O.S. Tezer (github: ostezer) --- docs/theme/mkdocs/css/base.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/theme/mkdocs/css/base.css b/docs/theme/mkdocs/css/base.css index 863c9cdb0b..e5fac04cf4 100644 --- a/docs/theme/mkdocs/css/base.css +++ b/docs/theme/mkdocs/css/base.css @@ -622,12 +622,6 @@ ol.breadcrumb > li.edit-on-github span { .container { width: 100% !important; } -.container-standard-sized { - max-width: 1050px; -} -.container-better { - max-width: 1050px; -} @media (max-width: 900px) {