Can I tweak a page's appearance using Google Chrome's developer tools?
Posted
by Nathan Long
on Stack Overflow
See other posts from Stack Overflow
or by Nathan Long
Published on 2010-04-13T19:30:15Z
Indexed on
2010/04/13
19:33 UTC
Read the original article
Hit count: 422
When I'm working on a web page layout, I often use Firefox and Firebug to tweak the CSS until it looks right, then modify my style sheet to match.
Right now, I'm trying to fix something that looks fine in other browsers but wrong in Google Chrome. I have pulled up Chrome's Developer Tools, and can inspect the computed style, but don't see a way to edit values and see the results on my page.
Is there a way to do this?
© Stack Overflow or respective owner