| OLD | NEW |
| 1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 Use of this source code is governed by a BSD-style license that can be | 2 Use of this source code is governed by a BSD-style license that can be |
| 3 found in the LICENSE file. */ | 3 found in the LICENSE file. */ |
| 4 | 4 |
| 5 a { | 5 a { |
| 6 color: #585858; | 6 color: #585858; |
| 7 } | 7 } |
| 8 | 8 |
| 9 .bad-clock .icon { | 9 .bad-clock .icon { |
| 10 background-image: -webkit-image-set( | 10 background-image: -webkit-image-set( |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 display: inline; | 54 display: inline; |
| 55 overflow: auto; | 55 overflow: auto; |
| 56 } | 56 } |
| 57 | 57 |
| 58 .debugging-content { | 58 .debugging-content { |
| 59 line-height: 1em; | 59 line-height: 1em; |
| 60 margin-bottom: 0; | 60 margin-bottom: 0; |
| 61 margin-top: 1em; | 61 margin-top: 1em; |
| 62 } | 62 } |
| 63 | 63 |
| 64 .debugging-content-fixed-width { |
| 65 display: block; |
| 66 font-family: monospace; |
| 67 font-size: 1.2em; |
| 68 margin-top: 0.5em; |
| 69 } |
| 70 |
| 64 .debugging-title { | 71 .debugging-title { |
| 65 font-weight: bold; | 72 font-weight: bold; |
| 66 } | 73 } |
| 67 | 74 |
| 68 #details { | 75 #details { |
| 69 color: #696969; | 76 color: #696969; |
| 70 margin: 45px 0 50px; | 77 margin: 45px 0 50px; |
| 71 } | 78 } |
| 72 | 79 |
| 73 #details p:not(:first-of-type) { | 80 #details p:not(:first-of-type) { |
| (...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 width: 100%; | 646 width: 100%; |
| 640 } | 647 } |
| 641 } | 648 } |
| 642 | 649 |
| 643 @media (max-width: 239px) and (orientation: portrait) { | 650 @media (max-width: 239px) and (orientation: portrait) { |
| 644 .nav-wrapper { | 651 .nav-wrapper { |
| 645 padding-left: 0; | 652 padding-left: 0; |
| 646 padding-right: 0; | 653 padding-right: 0; |
| 647 } | 654 } |
| 648 } | 655 } |
| OLD | NEW |