This commit is contained in:
Peter J. Holzer 2020-04-17 01:01:26 +02:00
parent 17e68334ca
commit b09e1b4613
2 changed files with 6 additions and 6 deletions

View File

@ -1,17 +1,17 @@
.partouter {
border-style: solid;
border-width: 1px;
border-color: #0000FF;
border-color: #CCCCCC;
}
.partinner {
border-style: dotted;
border-width: 1px;
border-color: #0000FF;
border-color: #CCCCCC;
}
.partheader {
background-color: #0000FF;
background-color: #CCCCCC;
color: #FFFFFF;
font-size: 70%;
}

View File

@ -5,13 +5,13 @@
<title>
{{list}}: {{subject}}
</title>
<link rel="stylesheet" href="../../style/debug.css">
<link rel="stylesheet" href="../../style/luga.css">
</head>
<body>
<h1>{{subject}}</h1>
<nav>
<article>
{{threadhtml}}
</nav>
</article>
</body>
</html>