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