| Index: chrome/browser/resources/incognito_tab.html
|
| diff --git a/chrome/browser/resources/incognito_tab.html b/chrome/browser/resources/incognito_tab.html
|
| index 67846e5b8e69ea91520c6d00750a6cfaa4b547c9..03dad1dd871e1d0f9d88fd415b2ada1e8fc978d9 100644
|
| --- a/chrome/browser/resources/incognito_tab.html
|
| +++ b/chrome/browser/resources/incognito_tab.html
|
| @@ -2,43 +2,7 @@
|
| <html i18n-values="dir:textdirection;bookmarkbarattached:bookmarkbarattached">
|
| <head>
|
| <title i18n-content="title"></title>
|
| -<style>
|
| -body {
|
| - margin:10px 8px 10px 8px;
|
| -}
|
| -html[dir="ltr"] .icon {
|
| - float:right;
|
| - margin:0 6px 0 3px;
|
| - -webkit-transform: scale(-1, 1);
|
| -}
|
| -html[dir="rtl"] .icon {
|
| - float:left;
|
| - margin:0 3px 0 6px;
|
| -}
|
| -.content {
|
| - border-radius: 5px 5px;
|
| - background-color:#eee;
|
| - color:black;
|
| - padding:10px 10px 10px 10px;
|
| - max-width:600px;
|
| - margin-left:auto;
|
| - margin-right:auto;
|
| - margin-top:66px;
|
| -}
|
| -.extensionsmessage {
|
| - color:black;
|
| - padding:10px 10px 10px 10px;
|
| - max-width:600px;
|
| - margin-left:auto;
|
| - margin-right:auto;
|
| - margin-top:5px;
|
| -}
|
| -.extensionicon {
|
| - float:left;
|
| - margin:10px 5px 0 0px;
|
| - width:30px;
|
| -}
|
| -</style>
|
| +<link rel="stylesheet" href="incognito_tab.css">
|
| <script>
|
| // Until themes can clear the cache, force-reload the theme stylesheet.
|
| document.write('<link id="incognitothemecss" rel="stylesheet" ' +
|
|
|