mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Themepacks: Fix code style in two places in the new theme
This commit is contained in:
parent
6904a86064
commit
863a3b1c89
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ body {
|
|||
border: 1px solid #f3ddbd;
|
||||
}
|
||||
|
||||
.navigation.link:hover {
|
||||
.navigation .link:hover {
|
||||
border-top: 1px solid #E4E4E4;
|
||||
}
|
||||
|
||||
|
@ -127,7 +127,7 @@ input[type~="search"], select {
|
|||
border: 1px solid #E5E5E5;
|
||||
}
|
||||
|
||||
.page_footer.link:hover {
|
||||
.page_footer .link:hover {
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue