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
 
@@ -161,48 +161,56 @@ td{
 
  max-width: 750px;
 
  margin: auto;
 
}
 
#tabs li /* , .ui-corner-all, .ui-corner-top */ { background: none!important; }
 
#tabs li { border: none!important; }
 

	
 
.show-buttons {
 

	
 
  width: 99%;
 
  margin: auto;
 
  padding: 2px;
 
  background: #EEE;
 
  border: 1px solid #AAA;
 
  border-radius: 3px;
 
  -moz-border-radus: 3px;
 

	
 
}
 
.show-buttons label {
 
  padding-right: .5em;
 
}
 

	
 
.pager
 
{
 
  display: inline-block;
 

	
 
  clear: none;
 
}
 
.pager a
 
{
 
  text-decoration: none;
 
}
 

	
 
#pager-previous
 
{
 
  float: left;
 
}
 
#pager-next
 
{
 
  float: right;
 
}
 

	
 
table {
 
  border-radius: 5px;
 
}
 
.none {
 
  border-bottom: 1px dotted #ccc;
 
}
 

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