Pear::Image_Graph その2

CSS付きグラフ値表示 CSS ファイル
p_gra.css


63Pear Villageに戻る

@charset "utf-8";
/* CSS Document */

#wrapper{
  margin:16px auto;
  width:600px;
}
h3{
  margin:0px 16px;
}
table{
  border-collapse:collapse;
  margin:0px 8px;
  text-align:center;
  border-style:solid;
  border-width:2px;
}
td{
  padding:4px 8px;
  border-style:solid;
  border-width:1px;
}
th{
  padding:4px 8px;
  border-style:solid;
  border-width:1px;
}
.tr1{
  border-style:solid;
  border-width:2px;
}