OL リスト項目の位置をコンテンツの真ん中にしたい。
私のコード:
#block-views-credit-library-block-1 .item-lists ol {
list-style-position: inside;
margin: 0 15px 25px;
list-style-type: decimal;
}
#block-views-credit-library-block-1 .item-lists ol li {
background: url("../images/number.png") no-repeat scroll 0 0 transparent;
color: #F9F9F9;
font-family: arial;
font-size: 11pt;
font-weight: bold;
padding: 5px 0 0 13px;
}
問題の画像を参照してください: http://manjitsingh.org/sites/default/files/test.png ヘルプをいただければ幸いです。