Subversion Repositories SmartDukaan

Rev

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

Rev 11125 Rev 11129
Line 975... Line 975...
975
  }
975
  }
976
  .faq-body{
976
  .faq-body{
977
    margin: 5px 0px;
977
    margin: 5px 0px;
978
  }
978
  }
979
  .faq-question, .qst{
979
  .faq-question, .qst{
980
    color:@grey;
980
    color:@blue;
981
    .font(1.4em);
981
    .font(1.4em);
982
    padding:5px 10px;
982
    padding:5px 10px;
983
    background:@list-color2;
983
    //background:@list-color2;
984
    margin-bottom: 2px;
984
    margin-bottom: 2px;
-
 
985
    >span{
-
 
986
      color:@grey;
-
 
987
    }
985
  }
988
  }
986
  .faq-answer ,.ans{
989
  .faq-answer ,.ans{
987
    color:@grey;
990
    color:@grey;
988
    .font(1.2em);
991
    .font(1.2em);
989
    padding:10px;
992
    padding:10px;