table

このテーマじゃなくて、hatenaテーマにtable用classができたので、ちょっとスタイルシートをパクってアレンジしてみました。

div.day table{
margin:10px;
width:auto;
}

div.day table tr th{
font-size:90%;
padding:3px;
background:#eeffcc;
border-bottom:1px solid #b2cca6;
color:#333333;
}

div.day table tr td{
font-size:90%;
padding:3px;
background:#ffffff;
color:#333333;
}



以下、ちょっと表を書いてみました。

test example
a てすと たとえば
b こんな かんじ



この表をtable記法で書いてみるとこんな↓感じ

| |*test|*example|
|*a|てすと|たとえば|
|*b|こんな|かんじ|