19 lines
214 B
SCSS
Raw Normal View History

.original-english {
border-top: 1px dashed $regal;
&.hidden {
display: none !important;
}
}
2016-05-14 19:27:44 +08:00
.translated-cn {
em {
font-style: normal;
}
}
2016-05-14 19:25:47 +08:00
td, th {
> p:last-child {
margin-bottom: 0;
}
}