Changeset - 38c7a579bb2b
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 14 years ago 2011-10-18 20:38:33
ohnobinki@ohnopublishing.net
Only output one schedule per page of paginated mediums (such as for printed materials).
1 file changed with 8 insertions and 0 deletions:
0 comments (0 inline, 0 general)
styles/output.css
Show inline comments
 
@@ -206,3 +206,11 @@ table {
 
  border-bottom: 1px dotted #ccc;
 
}
 

	
 
.section
 
{
 
    page-break-before: always;
 
}
 
.section:first-child
 
{
 
    page-break-before: auto;
 
}
0 comments (0 inline, 0 general)