← Back to team overview

mahara-contributors team mailing list archive

[Bug 1346926] A change has been merged

 

Reviewed:  https://reviews.mahara.org/3797
Committed: http://gitorious.org/mahara/mahara/commit/20da6bf875a422c992798e0844f4d5807c3015cb
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit 20da6bf875a422c992798e0844f4d5807c3015cb
Author: Aaron Wells <aaronw@xxxxxxxxxxxxxxx>
Date:   Tue Oct 14 11:58:04 2014 +1300

Removing the redundant new local function for style overrides

Bug 1346926: This bug replicates the functionality of the
newly enhanced (in bug 1328310) local/theme directory. I'm
updating the documentation of local/theme at the same time,
to try to avoid this kind of replication in future.

Change-Id: Ia36442ac264f5e0740278592e734ddc0838bb80f

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1346926

Title:
  blockquote displays vertical line

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  I haven't noticed this before, so presume it's a 1.9.2 issue. When a
  blockquote is applied to content in a textbox it displays a vertical
  line (see screenshot). I thought the purpose of a blockquote was to
  indent the left & right margins eg to display a quote - the display of
  a grey bar on the left hand looks as if there is a glitch in the
  content. This seems to be getting pulled from core theme:

  blockquote {
      margin: 10px 30px;
      border-left: 2px solid #999999;
      padding-left: 1em;
  }

  Can this be amended so that the blockquote is invisible - then leave
  it to the user to format (eg with quotes or italics).

  Can anyone also confirm if this issue is present in 1.9.1 stable or if it just affects the beta 1.9.2testing version?
  Thanks, Gordon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1346926/+subscriptions


References