mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-06 13:16:49 +02:00
Merge pull request #65 from rpavlik/print-links
Improve print formatting
This commit is contained in:
@@ -1307,11 +1307,23 @@
|
|||||||
|
|
||||||
.board .note {
|
.board .note {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
outline: 1px solid #ccc;
|
text-shadow: none !important;
|
||||||
|
outline: 1px solid #888;
|
||||||
|
}
|
||||||
|
.list {
|
||||||
|
outline: 1px solid #555;
|
||||||
|
|
||||||
|
}
|
||||||
|
.board .note .raw {
|
||||||
|
outline: none;
|
||||||
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.board .note.raw {
|
.board .head .text a,
|
||||||
outline: none;
|
.board .note .text a {
|
||||||
|
color: #333;
|
||||||
|
text-shadow: none;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user