[22:47:59] <aclark> joshfinnie: no why, got a request?
[22:48:46] <joshfinnie> Just looking to change it on a project I am working on… this black bar on the top of my website is a dead give-away I am not good at design and have used Twitter Bootstrap
[22:49:19] <joshfinnie> I was thinking that if I at least made it 'not-black' I would be going in the right direction
[22:57:11] <craigkerstiens> joshfinnie: I've done that, as well as made it not span across the entire space which seems to at least help hide it some
[23:06:03] <joshfinnie> craigkerstiens: do you remember the css class you used to change it? .topbar does not seem to work.
[23:06:31] <craigkerstiens> I don't recall it right off, but it is changed on python.heroku.com so you can probably inspect that chrome and get an idea
[23:07:17] <craigkerstiens> looks like there's a .topbar-inner, .topbar .fill
[23:12:33] <joshfinnie> Thanks, I will take a look
[23:32:38] <joshfinnie> ohh, background-color is over-ridden by all the special webkit/moz gradient code… Got it now.
[23:33:11] <craigkerstiens> joshfinnie: ah yeah, to fully change it there's like 3 places
[23:33:24] <craigkerstiens> background is the fallback for ie6 i think
[23:33:58] <joshfinnie> craigkerstiens: yep and you need to find your own gradient colors because for some reason they forgot they use .less for that class
[23:35:16] <craigkerstiens> joshfinnie: yeah, its definitely not perfect
[23:44:44] <aclark> joshfinnie: oh, yeah dunno. i'd poke around in firebug