diff --git a/templates/Dictionary.css b/templates/Dictionary.css index d06e323..6111aef 100644 --- a/templates/Dictionary.css +++ b/templates/Dictionary.css @@ -9,6 +9,11 @@ h1 { font-family: "Baskerville"; } +html.apple_client-panel h1 { + font-size: 100%; + color: #777777; +} + h3 { font-size: 100%; } @@ -19,6 +24,10 @@ pre { font-family: "Baskerville"; } +html.apple_client-panel pre { + white-space: normal; +} + span.column { display: block; border: solid 2px #c0c0c0;