X-Git-Url: http://git.osdn.net/view?p=moreemacs%2Fmoreemacs.git;a=blobdiff_plain;f=jp.sourceforge.moreemacs.web%2FWebContent%2Fstyle.css;h=849f74245f724eca6ca86bed1b00d63882c00753;hp=3583dbb45d6759fba7ec0a6c42c8cc470fb69683;hb=285cb170f009f370409310b3cfe92e0cbea303c6;hpb=a83679a0f06fb90531fb88ca31a405a01be8cc3b diff --git a/jp.sourceforge.moreemacs.web/WebContent/style.css b/jp.sourceforge.moreemacs.web/WebContent/style.css index 3583dbb..849f742 100644 --- a/jp.sourceforge.moreemacs.web/WebContent/style.css +++ b/jp.sourceforge.moreemacs.web/WebContent/style.css @@ -29,3 +29,17 @@ th { .function { white-space: nowrap } + +.flatTable { + border: 1px solid black; + border-collapse: collapse; +} +.flatTable td, .flatTable th { + border: 1px solid black; + padding: 5px; +} +#functions td:first-child, +#functions td:nth-child(2) +{ + white-space: nowrap; +}