From b0edafb21d83167542acd529a44f0e0aa24e0249 Mon Sep 17 00:00:00 2001 From: quiver2k Date: Mon, 15 Jun 2009 00:47:13 +0900 Subject: [PATCH] center image --- jp.sourceforge.moreemacs.web/WebContent/index.html | 2 +- jp.sourceforge.moreemacs.web/WebContent/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/jp.sourceforge.moreemacs.web/WebContent/index.html b/jp.sourceforge.moreemacs.web/WebContent/index.html index 43e9b18..4118608 100644 --- a/jp.sourceforge.moreemacs.web/WebContent/index.html +++ b/jp.sourceforge.moreemacs.web/WebContent/index.html @@ -20,7 +20,7 @@ It adds some key bindings or overrides some bindings to emacs scheme.

You can install the plugin from http://moreemacs.sourceforge.jp/update-site.

Open the preferences dialog and General/Keys. Choose "More Emacs" from "Scheme" pull down.

-

settings

+
settings

Key Bindings

diff --git a/jp.sourceforge.moreemacs.web/WebContent/style.css b/jp.sourceforge.moreemacs.web/WebContent/style.css index d6ed85a..8ba845c 100644 --- a/jp.sourceforge.moreemacs.web/WebContent/style.css +++ b/jp.sourceforge.moreemacs.web/WebContent/style.css @@ -20,4 +20,8 @@ table { th { background: #AABBBB; +} + +.chart { + text-align: center; } \ No newline at end of file -- 2.11.0