Changeset - 87c1a68829fe
[Not reviewed]
default
0 0 2
ethanzonca - 15 years ago 2010-09-24 01:03:15

Added missing stylesheets
2 files changed with 60 insertions and 0 deletions:
0 comments (0 inline, 0 general)
styles/output.css
Show inline comments
 
new file 100644
 
/* Output Table Styling */
 
.top{
 
        border-style:solid solid none solid;
 
background-color:#dddddd;
 
}
 
.mid{
 
        border-style:none solid none solid;
 
background-color:#dddddd;
 
}
 
.end{
 
        border-style:none solid solid solid;
 
background-color:#dddddd;
 
}
 
.none{
 
        border-style:none;
 
}
 
.single{
 
        border-style:solid;
 
        background-color:#dddddd;
 
}
 
td{
 
        text-align:center;
 
width:7em;
 
}
 
.time{
 
        border-style:none none solid none;
 
}
 
.day{
 
        border-style:none none solid solid;
 
}
 

	
styles/print.css
Show inline comments
 
new file 100644
 
div.scroller { 
 
	border:0;
 
	padding:0;
 
	margin:0;
 
}
 

	
 
div.scroller div.section {
 
	padding:0;
 
	margin-bottom: 2em;		
 
}
 

	
 
div.scroller div.section div.txt {
 
	padding: 1em;
 
}
 

	
 

	
 
.controls {
 
	text-align: left;
 
	margin-top: 10px;
 
	margin-bottom: 2px;
 
}
 

	
 
.controls {
 
	display: none;
 
}
 

	
 
.section {
 
	background: #fff!important;
 
}
0 comments (0 inline, 0 general)