瀏覽代碼

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 <ostezer@gmail.com> (github: ostezer)
O.S.Tezer 11 年之前
父節點
當前提交
b6699111db
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      docs/theme/mkdocs/css/base.css

+ 0 - 6
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) {