| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 text-transform: uppercase; | 90 text-transform: uppercase; |
| 91 } | 91 } |
| 92 | 92 |
| 93 #details-button:hover { | 93 #details-button:hover { |
| 94 box-shadow: inherit; | 94 box-shadow: inherit; |
| 95 text-decoration: underline; | 95 text-decoration: underline; |
| 96 } | 96 } |
| 97 | 97 |
| 98 .error-code { | 98 .error-code { |
| 99 color: #646464; | 99 color: #646464; |
| 100 display: inline; | |
| 101 font-size: .86667em; | 100 font-size: .86667em; |
| 102 margin-top: 15px; | |
| 103 opacity: 1; | |
| 104 text-transform: uppercase; | 101 text-transform: uppercase; |
| 105 } | 102 } |
| 106 | 103 |
| 107 #error-debugging-info { | 104 #error-debugging-info { |
| 108 font-size: 0.8em; | 105 font-size: 0.8em; |
| 109 } | 106 } |
| 110 | 107 |
| 111 h1 { | 108 h1 { |
| 112 color: #333; | 109 color: #333; |
| 113 font-size: 1.6em; | 110 font-size: 1.6em; |
| (...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 width: 100%; | 638 width: 100%; |
| 642 } | 639 } |
| 643 } | 640 } |
| 644 | 641 |
| 645 @media (max-width: 239px) and (orientation: portrait) { | 642 @media (max-width: 239px) and (orientation: portrait) { |
| 646 .nav-wrapper { | 643 .nav-wrapper { |
| 647 padding-left: 0; | 644 padding-left: 0; |
| 648 padding-right: 0; | 645 padding-right: 0; |
| 649 } | 646 } |
| 650 } | 647 } |
| OLD | NEW |