]> Cypherpunks.ru repositories - cryptoparty-www.git/blobdiff - style.css
Более простое включение CSS
[cryptoparty-www.git] / style.css
index dc94af994247750d9bd208a37707c59ec75fda20..0d2e65ba5cd86080c50fbc98d1190060aae73e14 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,10 +1,9 @@
-<style type="text/css"><!--
 body {
     margin: auto;
 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 }
     background-color: #AEBECE;
 }
 h1, h2, h3, h4 { text-align: center }
 h1, h2, h3, h4, strong { color: #900090 }
 pre { background-color: #CCCCCC }
---></style>
+table, th, td { border: 1px solid black ; border-collapse: collapse }