mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-05 12:47:48 +02:00
Merge pull request #65 from rpavlik/print-links
Improve print formatting
This commit is contained in:
@@ -1307,11 +1307,23 @@
|
||||
|
||||
.board .note {
|
||||
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 {
|
||||
outline: none;
|
||||
.board .head .text a,
|
||||
.board .note .text a {
|
||||
color: #333;
|
||||
text-shadow: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user