rst syntax fixes

This commit is contained in:
Martin Mahner 2018-04-14 08:29:07 +02:00
parent 6810f86f70
commit e904b8fa33

View file

@ -67,12 +67,13 @@ article {
}
// Specific styles for text based lexer
article.snippet-text {
.snippet-text article {
h1, h2, h3, h4, h5, h6 {
padding-bottom: 5px;
border-bottom: 1px solid $borderColor;
}
// rst syntax
.admonition {
padding: 10px 10px;
margin: 20px 0;
@ -86,10 +87,12 @@ article.snippet-text {
p { margin: 20px 0 0 0; }
}
// rst syntax
.problematic {
background-color: $confirmBgColor;
}
// rst syntax
.system-message {
background-color: $confirmBgColor;
border: 2px dashed darken($confirmBgColor, 30%);