ハブ君の寝言

日記のような何か

行間が気持ち悪い

↓どうにかなんないの
↑との行間小さくできないの?

  • -
div.section p
{
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
line-height: 1.4em;
}

もしくは

p{
line-height:0
}

または

><p>
本文
</p><

だそうで。



現状は

div.section p
{
margin-top: 0.1px;
margin-bottom: 0.1px;
padding-top: 0.1px;
padding-bottom: 0.1px;
line-height: 1.2em;
}

line-height:0にしたらHTMLで編集してるのが死ぬ
だめだこりゃ。

  • -

参考URL:はてなダイアリーを書くと1行づつ空いた感じになるんですが…どうやったら詰められるのでしょうか?
http://q.hatena.ne.jp/1057739459