2012年4月26日木曜日

Bloggerでタイトルの英字が全て大文字になってしまう

Bloggerでタイトルの英字が全て大文字になってしまう

テンプレートからhtmlの編集でcssを確認する。
以下のようになっているので


h2 {
  margin: 0 0 1em 0;
  font: $(widget.title.font);
  color: $(widget.title.text.color);
}

以下のようにコメントアウトする


h2 {
  margin: 0 0 1em 0;
  font: $(widget.title.font);
  color: $(widget.title.text.color);
  /* text-transform: uppercase; */
}

0 コメント: