mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
rST style cleanup
This commit is contained in:
parent
818342d829
commit
158a1f61db
1 changed files with 32 additions and 1 deletions
|
@ -16,6 +16,8 @@ article {
|
|||
|
||||
color: $textColor;
|
||||
|
||||
@include colored-links;
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: $baseFontRegular;
|
||||
line-height: 1.3em;
|
||||
|
@ -62,7 +64,36 @@ article {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
@include colored-links;
|
||||
// reStructuredText Specific
|
||||
dl, ul, ol, table {
|
||||
p { margin: 0; }
|
||||
}
|
||||
|
||||
.admonition {
|
||||
padding: 10px 10px;
|
||||
margin: 20px 0;
|
||||
background-color: $metaBgColor;
|
||||
|
||||
.admonition-title {
|
||||
margin: 0;
|
||||
font-weight: $baseFontBold;
|
||||
}
|
||||
|
||||
p { margin: 20px 0 0 0; }
|
||||
}
|
||||
|
||||
.problematic {
|
||||
background-color: $confirmBgColor;
|
||||
}
|
||||
|
||||
.system-message {
|
||||
background-color: $confirmBgColor;
|
||||
border: 2px dashed darken($confirmBgColor, 30%);
|
||||
padding: 10px 20px;
|
||||
margin: 20px 0;
|
||||
p { margin: 10px 0; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue