Fix styles merge.

linkModifications-branch
sigonasr2 6 years ago
commit b5ef1ae474
  1. 31
      styles.css

@ -121,33 +121,4 @@ a {
.info-header-sm {
padding-left: 12px;
}
div[class="question1"]{
margin-left: 10px;
padding-bottom: 12px;
background-color: rgb(250,240,240);
}
div[class="question1"]>div[class="answer"]{
margin-left: 10px;
padding-bottom: 12px;
background-color: rgb(240,240,220);
}
div[class="question2"]{
margin-left: 10px;
padding-bottom: 12px;
background-color: rgb(240,240,240);
}
div[class="question2"]>div[class="answer"]{
margin-left: 10px;
padding-bottom: 12px;
background-color: rgb(230,240,220);
}
div[class="answer"]>b{
font-weight: normal;
text-decoration:underline;
}
}
Loading…
Cancel
Save