mirror of
https://github.com/openvk/openvk
synced 2025-07-01 21:48:17 +03:00
Update main.css
This commit is contained in:
parent
812ff50ccf
commit
5bcf3ab93b
1 changed files with 2 additions and 2 deletions
|
@ -73,13 +73,13 @@ h1 {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 791px;
|
width: 791px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
background: url('../img/header.png');
|
background: url('../img/header.svg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 0;
|
background-position: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page_custom_header {
|
.page_custom_header {
|
||||||
background: url('../img/header_custom.png');
|
background: url('../img/header_custom.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
#page_act {
|
#page_act {
|
||||||
|
|
Loading…
Reference in a new issue