[Mediawiki-l] Left aligned table and bullet list

Evelyn Yoder eyoder at gmail.com
Thu Mar 26 18:05:41 UTC 2009


Or, do you want a table with a single column? If so, replace the || with |


{| align=left border="1pt"
| Test
|}

* Bullet
* Bullet
* Bullet
* Bullet
* Bullet

Evelyn

On Thu, Mar 26, 2009 at 10:44 AM, Christensen, Courtney <
ChristensenC at battelle.org> wrote:

> What part are you trying to move left?
> This might be too complicated, but how about:
> <div style="float:left;">
> {| border="1pt"
> || Test
> |}
> </div>
>
> <div style="float:left;">
> * Bullet
> * Bullet
> * Bullet
> * Bullet
> * Bullet
> </div>
> <div class="visualClear"></div>
>
> -----Original Message-----
> From: mediawiki-l-bounces at lists.wikimedia.org [mailto:
> mediawiki-l-bounces at lists.wikimedia.org] On Behalf Of Roland Achermann
> Sent: Thursday, March 26, 2009 11:38 AM
> To: mediawiki-l at lists.wikimedia.org
> Subject: [Mediawiki-l] Left aligned table and bullet list
>
> Hello,
>
> There is a problem with left aligned tables and bullet lists. The following
> wiki code results in a left-aligned table and surrounded by a bullet list,
> but the bullets overlap the table.
>
> {| align=left border="1pt"
> || Test
> |}
>
> * Bullet
> * Bullet
> * Bullet
> * Bullet
> * Bullet
>
> Is there a solution solving that? Maybe a patch for the style sheet?
>
> Thank you!
>
> Roland
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>


More information about the MediaWiki-l mailing list