CSS Injector code?
It's really difficult to type the CSS code in Firebug so if Chris or someone else will post the code here in this forum it would be great, thanks.
Edited: It's from the video http://buildamodule.com/video/build-your-first-drupal-7-web-site-trouble... and next video and CSS I'm missing is "All pages"
I got it after struggling
All pages
background-color: #48A9E4;
background-image: url(/drupal/sites/default/files/clouds-2.png);
background-position: center bottom;
background-repeat: repeat-x;
}
#main-menu-links a {
background-color:transparent !important;
}
#main-menu-links li a.active, #main-menu-links li.active-trail a {
background-color:transparent !important;
}
#main-menu-links {
font-size:18px !important;
}

Maybe there is a software that can copy the text/code from the Video/Image?
I have Snagit 10 which can't do it but remember an earlier version that could - I think. Someone know how to get this code?