diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-20 21:56:04 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-20 21:56:04 +0000 |
commit | fef62169eef0eddc3747aa0a1e624c9660d8c1df (patch) | |
tree | d7bc7ce6cb4a4a343c7c020247ecdc73fb37c9e9 /remoting | |
parent | beeda387a4bf9719e7b7ebc74d3bd0db74668875 (diff) | |
download | chromium_src-fef62169eef0eddc3747aa0a1e624c9660d8c1df.zip chromium_src-fef62169eef0eddc3747aa0a1e624c9660d8c1df.tar.gz chromium_src-fef62169eef0eddc3747aa0a1e624c9660d8c1df.tar.bz2 |
Make debug log readable.
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/7037045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86153 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/me2mom/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/me2mom/main.css b/remoting/webapp/me2mom/main.css index 4dd8052..4d9468a 100644 --- a/remoting/webapp/me2mom/main.css +++ b/remoting/webapp/me2mom/main.css @@ -61,7 +61,7 @@ h1 { overflow: auto; font-family: monospace; font-weight: bold; - line-height: 0.5em; + font-size: small; border: 2px solid #ffffff; display: none; opacity: 0.9; |