OSDN Git Service

table centering
authorquiver2k <quiver2k@users.sourceforge.jp>
Sun, 14 Jun 2009 14:23:12 +0000 (23:23 +0900)
committerquiver2k <quiver2k@users.sourceforge.jp>
Sun, 14 Jun 2009 14:23:12 +0000 (23:23 +0900)
jp.sourceforge.moreemacs.web/WebContent/index.html
jp.sourceforge.moreemacs.web/WebContent/style.css

index ae60a38..6b48d53 100644 (file)
@@ -26,7 +26,7 @@ It adds some key bindings or overrides some bindings to emacs scheme.
 <p>\r
 The following list is key bindings of more emacs plugin.\r
 </p>\r
-<div align="center">\r
+\r
 <table border="2">\r
 <caption>Key bindings of More Emacs</caption>\r
 <tr>\r
@@ -122,7 +122,7 @@ The following list is key bindings of more emacs plugin.
 <td>C-o</td>\r
 </tr>\r
 </table>\r
-</div>\r
+\r
 <h2>Change Log</h2>\r
 <h3>2009.6.14</h3>\r
 <ul>\r
index b2900b2..d6ed85a 100644 (file)
@@ -13,6 +13,11 @@ h2 {
  background: #AAAAFF;\r
 }\r
 \r
+table {\r
+ margin-left: auto;\r
+ margin-right: auto;\r
+}\r
+\r
 th {\r
  background: #AABBBB;\r
-}\r
+}
\ No newline at end of file