mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
144 B
CSS
9 lines
144 B
CSS
#close {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
width: 32px;
|
|
height: 32px;
|
|
background: url(KUI-close.png) center center no-repeat;
|
|
}
|