1
I want to make it that my sites text, if people need can be adjusted by the browsers text sizing.
Yet it dosen't change at present, what in this causes it to be a set, text size?
.blockContent {
background-color: #FEFEFE;
padding: 2px;
border-left: solid 1px #d9e2ec;
border-right:solid 1px #d9e2ec;
border-bottom:solid 1px #d9e2ec;
line-height:133%;}
What do I need to change, so it has a default size that can adjusted by all browsers?