CSS border in Post, not working

Greetings, 

I have put this css in my theme style sheet

.guidebox {
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

But there are no changes in the post (http://coffeehunter.tw/aeropress/)

There is a column I have created in the right hand of the post, with the classname guidebox, but changes are not getting applied. 
Can you see why changes are not getting applied? I have done similar css in a page and it works.  

Comments

Sign In or Register to comment.