Parts of custom CSS ignored
-
Most of my “custom.css” works fine with my posts. What is ignored is a modified blockquote. It has a shaded background with border and is called “bquote.” It is defined in CSS as:
.bquote { padding: 12px; color: #000000; background-color: #F2F2F2; border: thin solid #666; font-size: .9em; text-align: justify }
However it will work if I use it in the post as an inline style:
<div style="padding: 12px; color: #000000; background-color: #F2F2F2; border: thin solid #666; font-size: .9em; text-align: justify">
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Parts of custom CSS ignored’ is closed to new replies.