X-Git-Url: http://git.dj3c1t.com/index.cgi?a=blobdiff_plain;f=web%2Fout%2Fdist%2Fcss%2Fstyle.css;h=bf2dbb26da0dc7d657af1a4e0fe815142bc3b692;hb=29b6377f43bf4477e04b57069cf779ac1b913bdb;hp=0eed5895eee947e3095cf7d95a6117d4ab07f930;hpb=a21fbfe1301f83b72d2815899ff334445b7830cf;p=mtweb diff --git a/web/out/dist/css/style.css b/web/out/dist/css/style.css index 0eed589..bf2dbb2 100644 --- a/web/out/dist/css/style.css +++ b/web/out/dist/css/style.css @@ -4,30 +4,30 @@ @import url("main.css"); @import url("footer.css"); -* -{ margin: 0; +*{ + margin: 0; padding: 0; } -html -{ height: 100%; +html{ + height: 100%; } -body -{ text-align: center; +body{ + text-align: center; height: 100%; } pre, div { text-align: left; } -.content -{ margin-left: auto; +.content{ + margin-left: auto; margin-right: auto; width: 800px; } -.clear -{ clear: both; +.clear{ + clear: both; font-size: 0px; line-height: 0px; height: 0px;