Return-Path: X-Original-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9BF1F37B for ; Fri, 22 Mar 2013 01:25:17 +0000 (UTC) Received: (qmail 67801 invoked by uid 500); 22 Mar 2013 01:25:17 -0000 Delivered-To: apmail-incubator-bloodhound-dev-archive@incubator.apache.org Received: (qmail 67782 invoked by uid 500); 22 Mar 2013 01:25:17 -0000 Mailing-List: contact bloodhound-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-dev@incubator.apache.org Received: (qmail 67774 invoked by uid 99); 22 Mar 2013 01:25:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 01:25:17 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ryan.ollos@wandisco.com designates 209.85.210.174 as permitted sender) Received: from [209.85.210.174] (HELO mail-ia0-f174.google.com) (209.85.210.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 01:25:11 +0000 Received: by mail-ia0-f174.google.com with SMTP id b35so3045909iac.5 for ; Thu, 21 Mar 2013 18:24:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=ep8n5xNE7tfqMgFnzb21piSa4heTg7a/l8ecNvF6U8E=; b=KIY2q3SHeGFaxlGylfA91iKKPVyI/7aO2V4w2w12mqup+bh7UZgmNctB7a/jjR6jQL ii/iZU/aIiDjLWdB2+2G9SajL8QY1o23FMmysXV54ZFm3NMAsRgqZp+chMIoONMJMord HOrcZsW3emoMdca8tvJAtuUPB6zl8YbLfYch8YNviFTtiuaFJa2+a0Ipo2r6Vjmn71IV Vg4uggSW/8zN3hk/GeN6NuC9IKvQwhs3usTUlkXpr3tH42p0Sl2P0voptMuTbHUCv+04 fSGqOvjtlJimA7ElZPa39hnBM6/dDoyESeS2tPJs4ZnZrhmeYbi9jDGPhvVstR04FLdv NsJg== MIME-Version: 1.0 X-Received: by 10.50.13.208 with SMTP id j16mr3867180igc.73.1363915489620; Thu, 21 Mar 2013 18:24:49 -0700 (PDT) Received: by 10.64.93.1 with HTTP; Thu, 21 Mar 2013 18:24:49 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Mar 2013 18:24:49 -0700 Message-ID: Subject: Re: [REGRESSION] What should be italics is rendered as bold text WAS: svn commit: r1456892 - /incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css From: Ryan Ollos To: bloodhound-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=f46d0447f094439d8504d87952d2 X-Gm-Message-State: ALoCoQnG3VVck6PH6PRmTOByenCuzFOyuV5a5yEBNa2sS8asaR1MEJQy8oIxS2GJgCbsHvOLGjRK X-Virus-Checked: Checked by ClamAV on apache.org --f46d0447f094439d8504d87952d2 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Mar 21, 2013 at 6:14 PM, Olemis Lang wrote: > On 3/15/13, rjollos@apache.org wrote: > > Author: rjollos > > Date: Fri Mar 15 11:03:43 2013 > > New Revision: 1456892 > > > [...] > > .searchable em { > > - font-style: inherit; > > - font-weight: bold; > > + font-style: inherit; > > + font-weight: bold; > > } > > > > This change (well ... the original including `font-weight : bold` ;) > is breaking the basic notion of tags being rendered in italics > style . This has some impact on WikiFormatting , as well as other > parts of the GUI . > > Please revert to what it was before . That revision should have only changed the indentation to make it the same throughout the file. The diff you show is only a change in indentation as far as I can see. --f46d0447f094439d8504d87952d2--