The content below (blueprint test data) is contained within :
body #resizer #container .main
as it is most likely where custom data will be placed when using VIOXYS.
It should be noted that VIOXYS default base font-size is 16px. Blueprint on the
other hand defaults to 12px. If you intend to use blueprint at its default
font size, some adjustments needs to be done. Example below, style="font-size: 75%;"
is placed within div.main to approximate the default font size of blueprint. If you intend to
create a new design that uses 12px default base font-size, edit style_default.css
and change
or add the property body {font-size: 75%;}
Do not expect that blueprint will work correctly on other designs other than 'clean'. Other designs may not be designed to be compatible with blueprint, unless otherwise noted by the author.