[wp-meta] [Making WordPress.org] #410: BuddyPress/bbPress Trac attachment links displayed as blocks
Making WordPress.org
noreply at wordpress.org
Tue Mar 25 13:31:28 UTC 2014
#410: BuddyPress/bbPress Trac attachment links displayed as blocks
-------------------------+----------------------------
Reporter: boonebgorges | Owner:
Type: defect | Status: new
Priority: lowest | Component: buddypress.org
Keywords: |
-------------------------+----------------------------
In themes/bb-base/style.css (link 739) we see this declaration:
{{{
.attachment {
display: block;
}
}}}
This is causing Trac attachment links, which get the `attachment` class,
to be displayed as block elements, rather than inline. See
https://buddypress.trac.wordpress.org/ticket/5429#comment:11 for an
example.
I guess the ideal solution is to make the `.attachment` declaration more
specific, but I'm uncertain what it's meant to apply to, so I don't have a
concrete suggestion for how to do so. Alternatively, the following would
work fine:
{{{
a.attachment {
display: inline;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/410>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list