comparison chrome/skin/extensions/incompatible.css @ 2:472a16863ecc

expanded nightly.jar
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 02 Dec 2008 20:38:20 +0900
parents
children
comparison
equal deleted inserted replaced
1:93e46514f20d 2:472a16863ecc
1 #warning {
2 font-weight: bold;
3 }
4
5 richlistitem {
6 padding: 2px;
7 border-bottom: 1px dotted;
8 }
9
10 .name-version label {
11 font-weight: bold;
12 }
13
14 [secure="true"] .insecure {
15 display: none;
16 }
17
18 [compatible="true"] .incompatible {
19 display: none;
20 }