Merge pull request #627 from csuarez/css-fix

Styles for lists inside .content
This commit is contained in:
William Durand 2015-05-22 11:49:13 +02:00
commit e505139f98

View File

@ -118,6 +118,11 @@ pre {
line-height:1.2em;
}
div.content ul, div.content ol {
line-height: 1.4em;
color: #333333;
}
table.fullwidth {
width: 100%;
}