From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: [html] centering Date: Thu, 02 May 2013 14:05:14 -0700 Message-ID: <87li7xqeid.fsf@ericabrahamsen.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY0an-00036Q-P1 for emacs-orgmode@gnu.org; Thu, 02 May 2013 16:59:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UY0am-00082z-Ny for emacs-orgmode@gnu.org; Thu, 02 May 2013 16:59:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:43745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UY0am-0007zW-Hk for emacs-orgmode@gnu.org; Thu, 02 May 2013 16:59:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UY0al-0003ZJ-0n for emacs-orgmode@gnu.org; Thu, 02 May 2013 22:59:03 +0200 Received: from c-76-28-195-250.hsd1.wa.comcast.net ([76.28.195.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 May 2013 22:59:03 +0200 Received: from eric by c-76-28-195-250.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 May 2013 22:59:03 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Samuel Wales writes: > Has there been a recent change in HTML centering? We get this now: > >
> > This does not work in browsers that do not support CSS. > > Thanks. > > Samuel Looks like Bastien put that in in baa2999, around March 12. That commit moved the remaining inline style declarations into CSS, presumably as that's considered best practice. I can't speak for what we *should* be supporting, though... E