mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Tidy up blockquote css style
This commit is contained in:
parent
781b3aff1b
commit
38b5063038
@ -71,6 +71,7 @@ body {
|
|||||||
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
||||||
padding-top: 100px;
|
padding-top: 100px;
|
||||||
background: $background-color;
|
background: $background-color;
|
||||||
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-container {
|
#main-container {
|
||||||
@ -135,3 +136,16 @@ pre code {
|
|||||||
.hide {
|
.hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
padding: 0 0 0 15px;
|
||||||
|
margin: 0 0 20px;
|
||||||
|
border-left: 4px solid #ddd;
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: inherit;
|
||||||
|
line-height: 1.25;
|
||||||
|
color: #777;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user