mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #19821
[Bug 1346926] Re: blockquote displays vertical line
Hmm, from my tests the use of vertical line has been in the raw theme's
style.css file since version 1.7
But anyway there should be an easy way to override a style without
having to edit a theme's style or create a new theme.
I'm thinking of adding a hook so one can add in a stylesheet in the
/local/ directory.
The way I'll do it is to add a local_add_stylesheet($themename) function hook so that it can be called in /local/lib.php
and it will return a web path to a stylesheet. I'll get the themename passed in so that one can even add a local sheet based on which theme is showing.
** Changed in: mahara
Status: New => In Progress
** Changed in: mahara
Importance: Undecided => Wishlist
** Changed in: mahara
Assignee: (unassigned) => Robert Lyon (robertl-9)
** Changed in: mahara
Milestone: None => 1.10.0
--
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:
In Progress
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