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 font-size: .86667em; | |
101 /*margin-top: 15px; | |
lgarron
2017/04/27 00:01:56
Nit: Delete? If someone undoes this change, it sho
meacer
2017/04/27 00:09:46
Done.
| |
100 display: inline; | 102 display: inline; |
101 font-size: .86667em; | 103 opacity: 1;*/ |
102 margin-top: 15px; | |
103 opacity: 1; | |
104 text-transform: uppercase; | 104 text-transform: uppercase; |
105 } | 105 } |
106 | 106 |
107 #error-debugging-info { | 107 #error-debugging-info { |
108 font-size: 0.8em; | 108 font-size: 0.8em; |
109 } | 109 } |
110 | 110 |
111 h1 { | 111 h1 { |
112 color: #333; | 112 color: #333; |
113 font-size: 1.6em; | 113 font-size: 1.6em; |
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
641 width: 100%; | 641 width: 100%; |
642 } | 642 } |
643 } | 643 } |
644 | 644 |
645 @media (max-width: 239px) and (orientation: portrait) { | 645 @media (max-width: 239px) and (orientation: portrait) { |
646 .nav-wrapper { | 646 .nav-wrapper { |
647 padding-left: 0; | 647 padding-left: 0; |
648 padding-right: 0; | 648 padding-right: 0; |
649 } | 649 } |
650 } | 650 } |
OLD | NEW |