I need to loose the border but only in the inner pages.
I add:
- Code: Select all
#gkPageContent {
border: medium none !important;
}
but this removes the border on the home page also.
Any chance this to be done?
Thanks,
Gorast
#gkPageContent {
border: medium none !important;
}
.noBg #gkPageContent {
border-color: -moz-use-text-color #E5E5E5 #E5E5E5 !important;
border-right: 1px solid #E5E5E5 !important;
border-style: none solid solid !important;
border-width: medium 1px 1px !important;
}