unicode: use common digraphs stylesheet
[sheet.git] / unicode.plp
index c7b85c27bfb531a4ada779523a23dc310800a3a2..4d48bb4365d84520a47fbf29830d746324d66abb 100644 (file)
@@ -15,17 +15,36 @@ $header{content_type} = 'text/html; charset=utf-8';
 <head>
 <title>digraph cheat sheet</title>
 <meta http-equiv="content-type" content="utf-8">
-<!-- link rel="stylesheet" type="text/css" media="all" href="unicode.css" -->
+<link rel="stylesheet" type="text/css" media="all" href="/digraphs.css">
 <style>
 table {
-       border-collapse: collapse;
-       margin: 1ex;
+       margin: 1ex 1ex 2ex;
+       float: left;
+       table-layout: auto;
+}
+thead td {
+       width: auto;
+}
+tbody {
+       border-width: 0;
+}
+h2, h3 {
+       clear: both;
+}
+
+th {
+       text-align: left;
+       font-size: 50%;
+       background: #888;
+       color: #FFF;
+       padding: 0 0.2em;
 }
-tbody td, th {
-       border: 1px solid #888;
+thead td {
+       border: 0;
 }
+
 td {
-       text-align: center;
+       background: transparent;
        vertical-align: top;
        margin: 0;
        padding: 0;
@@ -37,19 +56,7 @@ small {
        background: #888;
        color: #FFF;
 }
-table {
-       float: left;
-}
-h2, h3 {
-       clear: both;
-}
-th {
-       text-align: left;
-       font-size: 50%;
-       background: #888;
-       color: #FFF;
-       padding: 0 0.5em;
-}
+
 td.empty {
        background: #DDD;
 }