mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
rst syntax fixes
This commit is contained in:
parent
6810f86f70
commit
e904b8fa33
1 changed files with 4 additions and 1 deletions
|
@ -67,12 +67,13 @@ article {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Specific styles for text based lexer
|
// Specific styles for text based lexer
|
||||||
article.snippet-text {
|
.snippet-text article {
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
border-bottom: 1px solid $borderColor;
|
border-bottom: 1px solid $borderColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// rst syntax
|
||||||
.admonition {
|
.admonition {
|
||||||
padding: 10px 10px;
|
padding: 10px 10px;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
|
@ -86,10 +87,12 @@ article.snippet-text {
|
||||||
p { margin: 20px 0 0 0; }
|
p { margin: 20px 0 0 0; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// rst syntax
|
||||||
.problematic {
|
.problematic {
|
||||||
background-color: $confirmBgColor;
|
background-color: $confirmBgColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// rst syntax
|
||||||
.system-message {
|
.system-message {
|
||||||
background-color: $confirmBgColor;
|
background-color: $confirmBgColor;
|
||||||
border: 2px dashed darken($confirmBgColor, 30%);
|
border: 2px dashed darken($confirmBgColor, 30%);
|
||||||
|
|
Loading…
Reference in a new issue