diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-03 22:57:52 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-03 22:57:52 +0000 |
commit | d86360aaf901df785c723f166abfe9fab8ad6370 (patch) | |
tree | b61f7552808cfbb640211d934b1c7585269f8e26 /remoting/webapp/main.css | |
parent | 37b454944476f87409756f29d92cc0a1c50b00f4 (diff) | |
download | chromium_src-d86360aaf901df785c723f166abfe9fab8ad6370.zip chromium_src-d86360aaf901df785c723f166abfe9fab8ad6370.tar.gz chromium_src-d86360aaf901df785c723f166abfe9fab8ad6370.tar.bz2 |
Added 'why is this safe?' link
Note that the link is not yet live.
BUG=119093
TEST=Manual
Review URL: https://chromiumcodereview.appspot.com/9958123
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/main.css')
-rw-r--r-- | remoting/webapp/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css index 89a386a..1953eea 100644 --- a/remoting/webapp/main.css +++ b/remoting/webapp/main.css @@ -540,6 +540,11 @@ button { text-align: justify; } +#why-is-this-safe { + display: inline-block; + margin-top: 11px; +} + * { box-sizing: border-box; } |