OSDN Git Service

change whitespace chars
[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 .function {
30     white-space: nowrap
31 }
32
33 .flatTable {
34   border: 1px solid black;
35   border-collapse: collapse;
36 }
37 .flatTable td, .flatTable th {
38   border: 1px solid black;
39   padding: 5px;
40 }
41 #functions td:first-child,
42 #functions td:nth-child(2)
43 {
44   white-space: nowrap;
45 }