mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-20 10:49:11 +01:00
14 lines
193 B
CSS
14 lines
193 B
CSS
|
|
||
|
#_wayback_banner
|
||
|
{
|
||
|
display: block;
|
||
|
position: absolute;
|
||
|
top: 0px;
|
||
|
width: 100%;
|
||
|
border: 1px solid;
|
||
|
background-color: lightYellow;
|
||
|
text-align: center;
|
||
|
z-index: 2147483643;
|
||
|
}
|
||
|
|