layout: Don't use the block container inline size as the initial

computed table inline size.

Makes google.com fully centered.
This commit is contained in:
Patrick Walton 2015-08-03 20:03:12 -07:00
parent 0565df8596
commit 04928bf1e3
6 changed files with 114 additions and 4 deletions

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<style>
body, html {
margin: 0;
}
</style>
<body>
<center><div style="height: 100px; width: 100px; background: green"></div></center>
</body>
</html>