diff options
author | David Rothstein <drothstein@gmail.com> | 2013-12-27 16:39:51 -0500 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2013-12-27 16:39:51 -0500 |
commit | a009ee6786788d48fc9e2eccb60c3f3d100dbcc0 (patch) | |
tree | 3ec632004586252b096bb092871d55554189267a /themes | |
parent | 273c78ded2005cac80e2fa965f9131a85be16f0b (diff) | |
download | brdo-a009ee6786788d48fc9e2eccb60c3f3d100dbcc0.tar.gz brdo-a009ee6786788d48fc9e2eccb60c3f3d100dbcc0.tar.bz2 |
Issue #1269166 by mgifford | hass: PRE tags (and other similar tags) have unreadable small font-size in Bartik.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bartik/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 8e9520210..c40755b16 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -53,7 +53,7 @@ kbd, samp, var { padding: 0 0.4em; - font-size: 0.77em; + font-size: 0.857em; font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New"; } code { |