Skip to content

Commit a9be6b1

Browse files
committed
css: remove max-width for main content
#19
1 parent 2abd81d commit a9be6b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

css/ext.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ sup.reference {
13621362
/* margin: 0 auto; */
13631363
position: relative;
13641364
/* width: 780px; */
1365-
max-width: 700px;
1365+
/* max-width: 700px; */
13661366
-moz-box-sizing: border-box;
13671367
box-sizing: border-box;
13681368
}

css/site_modules.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1666,13 +1666,13 @@ div#content {
16661666
width: 100%;
16671667
}
16681668

1669-
/* 最小宽度 */
1669+
/* 最小宽度
16701670
@media (min-width: 48.75rem) {
16711671
div#content {
16721672
margin: auto;
16731673
width: 48.75em;
16741674
}
1675-
}
1675+
}*/
16761676

16771677

16781678
html, body {

make_chm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ function buildChm( $cpp = true )
390390
// building project file
391391
echo( "building project cppreference.hhp ...\n");
392392
$metadata = "[OPTIONS]\nCompatibility=1.1 or later\nCompiled file=cppreference.chm\nContents file=cppreference.hhc\nDefault Window=default\nDefault topic=chmhelp\index.html\nDisplay compile progress=No\nFull-text search=Yes\nIndex file=cppreference.hhk\nLanguage=0x804 中文(简体,中国)\nTitle=Title=C / C++ 参考文档\n[WINDOWS]\n";
393-
$metadata .= 'default="C / C++ 参考文档","cppreference.hhc","cppreference.hhk","chmhelp\index.html","chmhelp\index.html",,,,,140640,250,62,[0,32,1150,700],0x0000000,,,,,0,0'."\n[FILES]\n";
393+
$metadata .= 'default="C / C++ 参考文档","cppreference.hhc","cppreference.hhk","chmhelp\index.html","chmhelp\index.html",,,,,140640,250,62,[0,32,1100,650],0x0000000,,,,,0,0'."\n[FILES]\n";
394394

395395
buildListOfFiles( $treeFiles, $metadata );
396396

0 commit comments

Comments
 (0)