[PATCH] Apply <pre> font size to <code> as well

Ian Weller ian at ianweller.org
Sat Oct 24 02:12:02 UTC 2009


modified: fedoraproject.org/static/css/fedora.css

Somebody check that this won't break.

-- 
Ian Weller <ian at ianweller.org>
  "Why, a four-year-old could understand this report.
   Find me a four-year-old child.
   I can't make head or tail out of it." -- Groucho Marx, "Duck Soup"
-------------- next part --------------
From 0065b9d70f3f749bee69ce39743236a29d9f22d4 Mon Sep 17 00:00:00 2001
From: Ian Weller <ian at ianweller.org>
Date: Fri, 23 Oct 2009 22:02:08 -0400
Subject: [PATCH] Apply <pre> font size to <code> as well

---
 fedoraproject.org/static/css/fedora.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/fedoraproject.org/static/css/fedora.css b/fedoraproject.org/static/css/fedora.css
index 0ff9ac7..9702c20 100644
--- a/fedoraproject.org/static/css/fedora.css
+++ b/fedoraproject.org/static/css/fedora.css
@@ -20,9 +20,13 @@ a img
   border: none;
 }
 
-pre
+pre, code
 {
   font-size: 2.6ex;
+}
+
+pre
+{
   overflow: auto;
 }
 
-- 
1.6.2.5

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-websites-list/attachments/20091023/cc06ca72/attachment.sig>


More information about the Fedora-websites-list mailing list