duepuntozero: style blockquote

This commit is contained in:
Fabio Comuni 2011-07-07 14:27:39 +02:00
parent 4116beb276
commit bf19b219ef
1 changed files with 6 additions and 1 deletions

View File

@ -48,8 +48,13 @@ code {
padding: 10px;
margin-top: 20px;
}
blockquote:before {
/*blockquote:before {
content: '>> ';
}*/
blockquote {
background-color: #f4f8f9;
border-left: 4px solid #dae4ee;
padding: 0.4em;
}
.icollapse-wrapper, .ccollapse-wrapper {