mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-06 12:02:45 +03:00
Print Styles: Removed use of seperate style sheet
Seemed a bit redundant and complicated, since we're only adding a few extra styles. Just merged into main styles instead.
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
@import "pages";
|
||||
@import "content";
|
||||
|
||||
@media print {
|
||||
@import "print";
|
||||
}
|
||||
|
||||
// Jquery Sortable Styles
|
||||
.dragged {
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user