mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
OpenVK Modern: quick fix for page wrap
This commit is contained in:
parent
596d581238
commit
971fe7ab5a
1 changed files with 6 additions and 0 deletions
|
@ -107,6 +107,12 @@ body {
|
||||||
border-bottom: solid 1px #EEE5B8;
|
border-bottom: solid 1px #EEE5B8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-wrap {
|
||||||
|
border-bottom: solid 1px #fff;
|
||||||
|
border-left: solid 1px #fff;
|
||||||
|
border-right: solid 1px #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.page_wrap {
|
.page_wrap {
|
||||||
border-bottom: solid 1px #fff;
|
border-bottom: solid 1px #fff;
|
||||||
border-left: solid 1px #fff;
|
border-left: solid 1px #fff;
|
||||||
|
|
Loading…
Reference in a new issue