changes
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
<a class="button small gray" href="/rowers/list-courses">Courses</a>
|
||||
</div>
|
||||
{% for ps in plannedsessions %}
|
||||
<div class="grid_12 alpha">
|
||||
<div class="grid_12 alpha" style="page-break-before: always, page-break-inside: avoid">
|
||||
<h1><a href="/rowers/sessions/{{ ps.id }}">Session {{ ps.name }}</a></h1>
|
||||
<table class="listtable shortpadded" width="80%">
|
||||
<tr>
|
||||
|
||||
@@ -85,7 +85,21 @@ a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media print {
|
||||
h1 {
|
||||
page-break-before: always;
|
||||
page-break-after: avoid;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
|
||||
pre, blockquote, table {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
|
||||
Reference in New Issue
Block a user