Styles for lists inside .content

This commit is contained in:
César Suárez 2015-05-22 11:33:26 +02:00
parent de31760fd8
commit b801ddbf48

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%;
}