OSDN Git Service

Modified index.html and style.css.
authorquiver2k <quiver2k@users.sourceforge.jp>
Sun, 15 Mar 2015 16:09:43 +0000 (01:09 +0900)
committerquiver2k <quiver2k@users.sourceforge.jp>
Sun, 15 Mar 2015 16:09:43 +0000 (01:09 +0900)
jp.sourceforge.moreemacs.web/WebContent/index.html
jp.sourceforge.moreemacs.web/WebContent/style.css

index 605413a..808d9d6 100644 (file)
@@ -35,72 +35,72 @@ The following list is key bindings of more emacs plugin.
 <table id="functions" class="flatTable">
 <caption>Key bindings of More Emacs</caption>
 <tr>
-<th class="function">function</th>
+<th>function</th>
 <th>binding</th>
 <th>description</th>
 </tr>
 <tr>
-<td class="function">undo</td>
+<td>undo</td>
 <td>C-/</td>
 <td>rebind</td>
 </tr>
 <tr>
-<td class="function">delete previous</td>
+<td>delete previous</td>
 <td>C-h</td>
 <td>rebind</td>
 </tr>
 <tr>
-<td class="function">next editor</td>
+<td>next editor</td>
 <td>C-x o<br>Shift-Tab</td>
 <td>rebind</td>
 </tr>
 <tr>
-<td class="function">previous editor</td>
+<td>previous editor</td>
 <td>C-Shift-Tab</td>
 <td>rebind</td>
 </tr>
 <tr>
-<td class="function">file close</td>
+<td>file close</td>
 <td>C-x 0</td>
 <td>rebind</td>
 </tr>
 <tr>
-<td class="function">maximize part</td>
+<td>maximize part</td>
 <td>C-x 1</td>
 <td>rebind</td>
 </tr>
 <tr>
-<td class="function">new editor</td>
+<td>new editor</td>
 <td>C-x 2</td>
 <td>rebind</td>
 </tr>
 <tr>
-<td class="function">find replace</td>
+<td>find replace</td>
 <td>M-S-5</td>
 <td>rebind</td>
 </tr>
 <tr>
-<td class="function">newline-and-indent</td>
+<td>newline-and-indent</td>
 <td>C-j</td>
 <td>rebind</td>
 </tr>
 <tr>
-<td class="function">back-to-indentation</td>
+<td>back-to-indentation</td>
 <td>M-m</td>
 <td>rebind</td>
 </tr>
 <tr>
-<td class="function">move-beginning-of-line</td>
+<td>move-beginning-of-line</td>
 <td>C-a</td>
 <td>moves the cursor to 0th column, not to the first non-space char of the line.</td>
 </tr>
 <tr>
-<td class="function">move-end-of-line</td>
+<td>move-end-of-line</td>
 <td>C-e</td>
 <td></td>
 </tr>
 <tr>
-<td class="function">forward-word</td>
+<td>forward-word</td>
 <td>M-f</td>
 <td>moves the cursor to the end of word, not to the first char of the next word.
 Only Character.isLetterOrDigit() is used to word-break.
@@ -108,77 +108,77 @@ It is very simple but predictable.
 </td>
 </tr>
 <tr>
-<td class="function">backward-word</td>
+<td>backward-word</td>
 <td>M-b</td>
 <td></td>
 </tr>
 <tr>
-<td class="function">kill-word</td>
+<td>kill-word</td>
 <td>M-d</td>
 <td></td>
 </tr>
 <tr>
-<td class="function">backward-kill-word</td>
+<td>backward-kill-word</td>
 <td>M-BS</td>
 <td></td>
 </tr>
 <tr>
-<td class="function">delete-horizontal-space</td>
+<td>delete-horizontal-space</td>
 <td>M-\</td>
 <td></td>
 </tr>
 <tr>
-<td class="function">kill-line</td>
+<td>kill-line</td>
 <td>C-k</td>
 <td></td>
 </tr>
 <tr>
-<td class="function">transpose-chars</td>
+<td>transpose-chars</td>
 <td>C-t</td>
 <td></td>
 </tr>
 <tr>
-<td class="function">transpose-words</td>
+<td>transpose-words</td>
 <td>M-t</td>
 <td></td>
 </tr>
 <tr>
-<td class="function">kill-rectangle</td>
+<td>kill-rectangle</td>
 <td>C-x r k</td>
 <td>East Asian Width supported</td>
 </tr>
 <tr>
-<td class="function">yank-rectangle</td>
+<td>yank-rectangle</td>
 <td>C-x r y</td>
 <td>East Asian Width supported</td>
 </tr>
 <tr>
-<td class="function">newline</td>
+<td>newline</td>
 <td>C-m</td>
 <td></td>
 </tr>
 <tr>
-<td class="function">open-line</td>
+<td>open-line</td>
 <td>C-o</td>
 <td></td>
 </tr>
 <tr>
-<td class="function">upcase-word</td>
+<td>upcase-word</td>
 <td>M-u</td>
 <td></td>
 </tr>
 <tr>
-<td class="function">downcase-word</td>
+<td>downcase-word</td>
 <td>M-l</td>
 <td></td>
 </tr>
 <tr>
-<td class="function">capitalize-word</td>
+<td>capitalize-word</td>
 <td>M-c</td>
 <td></td>
 </tr>
 <tr>
-<td class="function">comment-region</td>
+<td>comment-region</td>
 <td>C-c C-c<br/>C-u C-c C-c</td>
 <td>forward to toggle comment</td>
 </tr>
index fe2e36d..d51fcbc 100644 (file)
@@ -1,33 +1,29 @@
 @CHARSET "UTF-8";
 
 body {
-    background: #EEFFEE;
-    margin: 30px;
+  background: #EEFFEE;
+  margin: 30px;
 }
 
 h1 {
-    background: #8888FF;
+  background: #8888FF;
 }
 
 h2 {
-    background: #AAAAFF;
+  background: #AAAAFF;
 }
 
 table {
-    margin-left: auto;
-    margin-right: auto;
+  margin-left: auto;
+  margin-right: auto;
 }
 
 th {
-    background: #AABBBB;
+  background: #AABBBB;
 }
 
 .chart {
-    text-align: center;
-}
-
-.function {
-    white-space: nowrap
+  text-align: center;
 }
 
 .flatTable {