Thread Starter
Joseph
(@jml6m)
It looks like the problem was Chrome caching my WordPress images, including the thumbnails. I had to clear cache for things to reset properly.
Thread Starter
Joseph
(@jml6m)
Can someone help me here? Here is the css for the element (as returned by Firebug). Why aren’t the colors being applied to the text on keywords?
pre.prettyprint {
margin-bottom: 20px;
}
pre {
background-color: #F5F5F5;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px 4px 4px 4px;
display: block;
font-size: 13px;
line-height: 20px;
padding: 9.5px;
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
}
code, pre {
color: #333333;
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}