Skip to main content
Topic: background of profile page (Read 1254 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

background of profile page

Why are there white and grey backgrounds mixed at the profile page? I tried to fix it, but without success. The same "error" here at this board...


Re: background of profile page

Reply #1

What you don't like that stylistic choice :P

Open jquery.us.tabs.css and remove the background: none;  (its at the end of the file) ... that declaration has overwritten the ones set in the variant files.



Re: background of profile page

Reply #2

Hm, I copied this block into my custom css file, but nothing happens with the background:

Code: [Select]
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 1px;
padding: 1em 1.4em;
background: none;
}

Even when I edit the file in the default theme folder and delete the last background line, nothing happens.

Re: background of profile page

Reply #3

ctrl-f5 ... flush your browser cache.

 

Re: background of profile page

Reply #4

You're right, thanks. Problem solved!