mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +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 {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
@ -16,6 +9,8 @@ body {
|
|||
text-align: left;
|
||||
font-family: tahoma, verdana, arial, sans-serif;
|
||||
font-size: 11px;
|
||||
word-break: break-word;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
span {
|
||||
|
@ -341,7 +336,6 @@ table {
|
|||
padding: 3px 1px 3px;
|
||||
color: #000;
|
||||
width: 380px;
|
||||
max-height: 39px;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
|
@ -507,8 +501,6 @@ h4 {
|
|||
.post-content .text {
|
||||
padding: 4px;
|
||||
font-size: 11px;
|
||||
word-break: break-word;
|
||||
word-wrap: break-word;
|
||||
hyphens: manual;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue