mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1154063 - fix CSS issue in aboutReader.css, r=bwinton
This commit is contained in:
parent
70edff4a3a
commit
66ad9e9b88
@ -329,7 +329,8 @@ body.loaded {
|
||||
background-color: #fbfbfb;
|
||||
visibility: hidden;
|
||||
border-radius: 4px;
|
||||
border: 1px 1px 0 1px solid #b5b5b5;
|
||||
border: 1px solid #b5b5b5;
|
||||
border-bottom-width: 0;
|
||||
box-shadow: 0 1px 12px #666;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user