Beautify
This commit is contained in:
parent
17e68334ca
commit
b09e1b4613
|
@ -1,17 +1,17 @@
|
||||||
.partouter {
|
.partouter {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-color: #0000FF;
|
border-color: #CCCCCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.partinner {
|
.partinner {
|
||||||
border-style: dotted;
|
border-style: dotted;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-color: #0000FF;
|
border-color: #CCCCCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.partheader {
|
.partheader {
|
||||||
background-color: #0000FF;
|
background-color: #CCCCCC;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-size: 70%;
|
font-size: 70%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,13 +5,13 @@
|
||||||
<title>
|
<title>
|
||||||
{{list}}: {{subject}}
|
{{list}}: {{subject}}
|
||||||
</title>
|
</title>
|
||||||
<link rel="stylesheet" href="../../style/debug.css">
|
<link rel="stylesheet" href="../../style/luga.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>{{subject}}</h1>
|
<h1>{{subject}}</h1>
|
||||||
<nav>
|
<article>
|
||||||
{{threadhtml}}
|
{{threadhtml}}
|
||||||
</nav>
|
</article>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue