mirror of
https://github.com/openvk/openvk
synced 2024-11-14 02:59:12 +03:00
parent
2dfa540919
commit
f611c89f13
1 changed files with 2 additions and 10 deletions
|
@ -1,10 +1,3 @@
|
||||||
/*
|
|
||||||
|
|
||||||
Website's Style
|
|
||||||
Developers: Veselcraft
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
@ -16,6 +9,8 @@ body {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-family: tahoma, verdana, arial, sans-serif;
|
font-family: tahoma, verdana, arial, sans-serif;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
word-break: break-word;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
@ -341,7 +336,6 @@ table {
|
||||||
padding: 3px 1px 3px;
|
padding: 3px 1px 3px;
|
||||||
color: #000;
|
color: #000;
|
||||||
width: 380px;
|
width: 380px;
|
||||||
max-height: 39px;
|
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -507,8 +501,6 @@ h4 {
|
||||||
.post-content .text {
|
.post-content .text {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
word-break: break-word;
|
|
||||||
word-wrap: break-word;
|
|
||||||
hyphens: manual;
|
hyphens: manual;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue