mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-08 14:16:49 +02:00
pretty up print'ed version
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
-->
|
-->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Nullboard</title>
|
<title>Nullboard</title>
|
||||||
<style><!--
|
<style>
|
||||||
|
|
||||||
/***/
|
/***/
|
||||||
@font-face {
|
@font-face {
|
||||||
@@ -679,7 +679,28 @@
|
|||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
--></style>
|
/***/
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
.logo, .config,
|
||||||
|
.board .head .teaser,
|
||||||
|
.list .head .teaser {
|
||||||
|
visibility: hidden;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.board .list .note {
|
||||||
|
box-shadow: none;
|
||||||
|
outline: 1px solid #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.board .list .note.raw {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class=logo>
|
<div class=logo>
|
||||||
@@ -786,7 +807,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
//
|
//
|
||||||
var nb_codeVersion = 20190525;
|
var nb_codeVersion = 20190610;
|
||||||
var nb_dataVersion = 20190412;
|
var nb_dataVersion = 20190412;
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user