Subversion Repositories SmartDukaan

Rev

Rev 11143 | Rev 11194 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11143 Rev 11144
Line 592... Line 592...
592
 
592
 
593
.empty-msg{
593
.empty-msg{
594
  .font(1.6em);
594
  .font(1.6em);
595
  margin:10px 0;
595
  margin:10px 0;
596
  color:@grey;
596
  color:@grey;
-
 
597
}
-
 
598
.postalAddress-hldr{
-
 
599
  background:@list-color1;
-
 
600
  padding:10px;
-
 
601
  .font(1.2em);
-
 
602
  border-top:@white solid 1px;
-
 
603
  >div{
-
 
604
    padding:5px;
-
 
605
    background:@white;
-
 
606
  }
597
}
607
}
598
608