2012-04-25

How to change color of .module_navlinks separator

Hello,

I've managed to change the color of the link text:

.module-navlinks a {
    color: #8B4500 !important;
}

But not the color of separators ("|") .
thoitaxh: (Avengers: Cap)
[personal profile] thoitaxh2012-04-25 08:54 am

Header and Browser Compatibility issues in Tabula Rasa?

Problem SOLVED! Hey, so I'm using Google Chrome most of the time, and my Thor themed layout works fine in that (except for a few issues that I'm pretty sure I can figure out myself) but when I use a different browser (i.e. Internet Explorer or Firefox; I haven't tried any others) the header doesn't sit where I want to sit. Which is mostly I guess because I used position: absolute but I'm not sure how else to get it centered above my posts.

This is how I want it to look in all browsers and how it looks when I use Chrome. This is how it looks on Firefox and this is how it looks on IE.

In both IE and FF, the header is too far left for what I want.

This is the code I used:



Also, in IE the sidebar doesn't show up. Could that be because I used position: fixed?

I'd be glad for any help!