First answer: Yes! In #user-fandoms ol.index, just change the value of text-align: to left.
Second answer: Because Safari and Firefox do not play nice. I switch between browsers a lot, so I had to do something kind of hacky to make it work in both Safari and Firefox, and the hacky thing that is making it work right Safari is making it work less right in Firefox, possibly because you and I have different settings. Now if I could just remember what I did...
Try adding border-bottom: 1px solid #7AA4B4; to #header ul.primary. If that doesn't work, maybe try adding border-bottom: none; to #header a, #header .primary a, #header .primary input and #header ul.primary a:hover, #header .primary input[type="submit"]:hover, and changing the border-bottom value in #header .primary .current to none.
For anyone using Opera, you'll probably have to do one of those two things as well.
no subject
Date: 2011-12-24 05:55 am (UTC)#user-fandoms ol.index
, just change the value oftext-align:
toleft
.Second answer: Because Safari and Firefox do not play nice. I switch between browsers a lot, so I had to do something kind of hacky to make it work in both Safari and Firefox, and the hacky thing that is making it work right Safari is making it work less right in Firefox, possibly because you and I have different settings. Now if I could just remember what I did...
Try adding
border-bottom: 1px solid #7AA4B4;
to#header ul.primary
. If that doesn't work, maybe try addingborder-bottom: none;
to#header a, #header .primary a, #header .primary input
and#header ul.primary a:hover,
, and changing the#header .primary input[type="submit"]:hover
border-bottom
value in#header .primary .current
tonone
.For anyone using Opera, you'll probably have to do one of those two things as well.