# HG changeset patch # User Christophe Lincoln # Date 1489883701 -3600 # Node ID 7b0187b47370b0da987181d76b6c7a72826e3563 # Parent 05f93a92659761cb24158aa9763474e40950dfa2 play.slitaz.me: style for preformated diff -r 05f93a926597 -r 7b0187b47370 play.slitaz.me/style.css --- a/play.slitaz.me/style.css Sun Mar 19 01:29:50 2017 +0100 +++ b/play.slitaz.me/style.css Sun Mar 19 01:35:01 2017 +0100 @@ -10,8 +10,12 @@ img { border: 0pt none; vertical-align: middle; } pre { overflow: auto; - font-size: 110%; + font-size: 120%; + background-color: #f8f8f8; + border: 1px solid #ddd; + padding: 10px; } +pre img { margin: 4px 4px 4px 0px; } table { width: 100%; border-collapse: collapse; } thead { font-weight: bold; }