YARD CSS for blockquotes.

This commit is contained in:
Yorick Peterse 2014-07-22 21:31:31 +02:00
parent c12afdc477
commit 57be239900
1 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,13 @@ pre.code
overflow: auto;
}
blockquote
{
border-left: 5px solid #eee;
margin: 0px;
padding-left: 15px;
}
/**
* YARD uses generic table styles, using a special class means those tables
* don't get messed up.