Changeset - 4c9689f208ff
[Not reviewed]
Merge default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-12-31 23:46:39
ohnobinki@ohnopublishing.net
merge in CSS changes.
1 file changed with 10 insertions and 1 deletions:
0 comments (0 inline, 0 general)
styles/output.css
Show inline comments
 
@@ -67,16 +67,18 @@ td{
 
  text-align:center;
 
  width:7em;
 
}
 
.time
 
{
 
  border-style:none none solid none;
 
  border-bottom: 1px solid #aaa;
 
  white-space: nowrap;
 
}
 
.day{
 
  border-style:none none solid solid;
 
  background: #F0F0F0;
 
}
 

	
 
.prof,
 
.location,
 
.synonym
 
{
 
@@ -187,7 +189,14 @@ margin-bottom: 2px;
 
{
 
  float: left;
 
}
 
#pager-next
 
{
 
  float: right;
 
}
 
\ No newline at end of file
 
}
 

	
 
table {
 
  border-radius: 5px;
 
}
 
.none {
 
  border-bottom: 1px dotted #ccc;
 
}
0 comments (0 inline, 0 general)