mirror of
https://github.com/friendica/friendica
synced 2024-12-23 10:00:20 +00:00
duepuntozero: style blockquote
This commit is contained in:
parent
4116beb276
commit
bf19b219ef
1 changed files with 6 additions and 1 deletions
|
@ -48,8 +48,13 @@ code {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
blockquote:before {
|
/*blockquote:before {
|
||||||
content: '>> ';
|
content: '>> ';
|
||||||
|
}*/
|
||||||
|
blockquote {
|
||||||
|
background-color: #f4f8f9;
|
||||||
|
border-left: 4px solid #dae4ee;
|
||||||
|
padding: 0.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icollapse-wrapper, .ccollapse-wrapper {
|
.icollapse-wrapper, .ccollapse-wrapper {
|
||||||
|
|
Loading…
Reference in a new issue