X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=style.css;h=0d2e65ba5cd86080c50fbc98d1190060aae73e14;hb=6f56dc8683ac5cb5c8d40a50d133ff5a4baf7057;hp=19806bed6822e719055ffc91189696efb09bdfe7;hpb=5ba6aacc4a8366c2f8365819a300f354b489a552;p=cypherpunks-www.git diff --git a/style.css b/style.css index 19806be..0d2e65b 100644 --- a/style.css +++ b/style.css @@ -1,17 +1,9 @@ body { margin: auto; - max-width: 800px; + width: 80em; background-color: #AEBECE; } - -h1, h2, h3, h4 { - text-align: center; -} - -h1, h2, h3, h4, strong { - color: #900090; -} - -pre { - background-color: #CCCCCC; -} +h1, h2, h3, h4 { text-align: center } +h1, h2, h3, h4, strong { color: #900090 } +pre { background-color: #CCCCCC } +table, th, td { border: 1px solid black ; border-collapse: collapse }