File diff ba0fc41fefe4 → caa1c0de38bc
static/scss/symposion-schedule.scss
Show inline comments
...
 
@@ -2,25 +2,25 @@ table.calendar {
 
  background-color: #fffff;
 
  table-layout: fixed;
 
  font-size: 12px;
 

	
 
  tr {
 
    min-height: 36px;
 
  }
 

	
 
  th {
 
    text-align: center;
 

	
 
    &.time {
 

	
 
      width: 10em;
 
    }
 
  }
 

	
 
  td {
 
    text-align: center;
 
    vertical-align: middle;
 

	
 
    &.time {
 
      vertical-align: top;
 
      padding-top: 0;
 
      margin-top: 0;
 
      color: #444;