mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
254 B
CSS
17 lines
254 B
CSS
|
richlistitem {
|
||
|
padding-top: 6px;
|
||
|
padding-bottom: 6px;
|
||
|
-moz-padding-start: 7px;
|
||
|
-moz-padding-end: 7px;
|
||
|
border-bottom: 1px solid #C0C0C0;
|
||
|
}
|
||
|
|
||
|
.addon-name-version {
|
||
|
font-size: 110%;
|
||
|
}
|
||
|
|
||
|
.blockedLabel {
|
||
|
font-weight: bold;
|
||
|
font-style: italic;
|
||
|
}
|