From a009ee6786788d48fc9e2eccb60c3f3d100dbcc0 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Fri, 27 Dec 2013 16:39:51 -0500 Subject: Issue #1269166 by mgifford | hass: PRE tags (and other similar tags) have unreadable small font-size in Bartik. --- CHANGELOG.txt | 2 ++ themes/bartik/css/style.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e8e287983..0fcee195d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,8 @@ Drupal 7.25, xxxx-xx-xx (development version) ----------------------- +- Changed the Bartik theme to render content contained in
,  and
+  similar tags in a larger font size, so it is easier to read.
 - Fixed a bug in the Node module which caused fatal errors on preview when a
   field is displayed in the node teaser but hidden in the full node view. The
   fix removes a field_attach_prepare_view() call from the node_preview()
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 {
-- 
cgit v1.2.3