OSDN Git Service

Modified index.html and style.css.
[moreemacs/moreemacs.git] / jp.sourceforge.moreemacs.web / WebContent / style.css
1 @CHARSET "UTF-8";
2
3 body {
4   background: #EEFFEE;
5   margin: 30px;
6 }
7
8 h1 {
9   background: #8888FF;
10 }
11
12 h2 {
13   background: #AAAAFF;
14 }
15
16 table {
17   margin-left: auto;
18   margin-right: auto;
19 }
20
21 th {
22   background: #AABBBB;
23 }
24
25 .chart {
26   text-align: center;
27 }
28
29 .flatTable {
30   border: 1px solid black;
31   border-collapse: collapse;
32 }
33 .flatTable td, .flatTable th {
34   border: 1px solid black;
35   padding: 5px;
36 }
37 #functions td:first-child,
38 #functions td:nth-child(2)
39 {
40   white-space: nowrap;
41 }