LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   LQ Suggestions & Feedback (https://www.linuxquestions.org/questions/lq-suggestions-and-feedback-7/)
-   -   LQ Wiki Needs CSS Adjustment (includes detailed solution) (https://www.linuxquestions.org/questions/lq-suggestions-and-feedback-7/lq-wiki-needs-css-adjustment-includes-detailed-solution-676729/)

ethridgela 10-16-2008 04:08 AM

LQ Wiki Needs CSS Adjustment (includes detailed solution)
 
I noticed that tabs at the top of LQ Wiki are skewed to the left of the pages they're supposed to be on top of.

To fix it, the site administrator could edit the lq.css file (near line 108) as follows:

Code:

#p-cactions {
border:0 none;
left:171px; /* Increasing left to at least 171 should bring the tabs back in line with the page.  I'd set it to 190. */
top:180px; /* Bringing this down to 177 would help. */
}

I found that the problem exists in Ubuntu/Firefox, and Ubuntu/Opera, and Windows/Internet Explorer 7, but I've only tested the suggested solution in Ubuntu/Firefox.

jeremy 10-16-2008 09:41 AM

Thanks for the feedback. I've updated the left declaration.

--jeremy

ethridgela 10-17-2008 02:00 PM

You're welcome. Glad I could help.


All times are GMT -5. The time now is 03:00 PM.