mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
49 lines
596 B
CSS
49 lines
596 B
CSS
#clientBox {
|
|
background-color: #FFFFFF;
|
|
color: #000000;
|
|
}
|
|
|
|
#extensionName {
|
|
font-size: large;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#extensionVersion {
|
|
font-weight: bold;
|
|
color: #909090;
|
|
}
|
|
|
|
#genericAbout {
|
|
padding: 0px 0px 10px 0px;
|
|
min-height: 200px;
|
|
width: 30em;
|
|
}
|
|
|
|
#groove {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
#clientBox {
|
|
padding: 10px;
|
|
}
|
|
|
|
#extensionDescription {
|
|
color: #404040;
|
|
}
|
|
|
|
.boxIndent {
|
|
-moz-margin-start: 6px;
|
|
}
|
|
|
|
#extensionCreator, .contributor {
|
|
margin: 0px;
|
|
}
|
|
|
|
.sectionTitle {
|
|
border-top: 2px solid #C0C0C0;
|
|
padding: 2px 0px 3px 0px;
|
|
margin-top: 3px;
|
|
font-weight: bold;
|
|
}
|
|
|