Subversion Repositories SmartDukaan

Rev

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

Rev 10985 Rev 11008
Line 949... Line 949...
949
    border-top:@white solid 1px;
949
    border-top:@white solid 1px;
950
    border-bottom:@white solid 1px;
950
    border-bottom:@white solid 1px;
951
    text-transform:uppercase;
951
    text-transform:uppercase;
952
  }
952
  }
953
  .faq-head{
953
  .faq-head{
954
      color: @grey;
954
    color: #555555;
955
      .font(1.8em);
955
    font: normal 1.8em/1.2em Helvetica, Arial, sans-serif;
956
      padding:10px;
956
    padding: 10px;
957
      border-bottom: @white solid 1px;
957
    /* border-bottom: 1px solid #ccc; */
-
 
958
    border-width: 1px 0;
-
 
959
    background-color: #f8f5ee;
-
 
960
    margin-bottom: 1px;
-
 
961
      >span{
-
 
962
        .float(right);
-
 
963
        margin-top:4px;
-
 
964
      }
-
 
965
  }
-
 
966
  .faq-body{
-
 
967
    margin: 5px 0px;
958
  }
968
  }
959
  .faq-question, .qst{
969
  .faq-question, .qst{
960
    color:@grey;
970
    color:@grey;
961
    .font(1.4em);
971
    .font(1.4em);
962
    padding:5px 10px;
972
    padding:5px 10px;
963
    background:@list-color2;
973
    background:@list-color2;
-
 
974
    margin-bottom: 2px;
964
  }
975
  }
965
  .faq-answer ,.ans{
976
  .faq-answer ,.ans{
966
    color:@grey;
977
    color:@grey;
967
    .font(1.2em);
978
    .font(1.2em);
968
    padding:10px;
979
    padding:10px;