/* Public domain 2016 Ludovic Courtès . All rights waived. */ @import url("article.css"); .example { border-style: none; border-radius: 0.3em; background-color: #F2EFE4; border-width: thin; color: black; font-size: 0.9em; padding: 10px; text-align: left; font-family: fixed-width; } .post-about { color: #4D4D4D; font-size: 0.9em; } .post-body { text-align: justify; } p { hyphens: auto; }