Обновлена логика центральных блоков: теперь поддерживается несколько блоков

This commit is contained in:
2025-11-15 21:33:38 +02:00
parent ec41330624
commit 5c3e28fd55
26 changed files with 355 additions and 435 deletions

View File

@@ -187,12 +187,15 @@ ul, ol {
.bfloat {
overflow-x: hidden;
left: -1px;
top: -1px;
position: relative;
border-radius: 0 0 10px 10px;
border-radius: 10px;
padding: 10px;
font-size: 1em;
}
.content1 {
top: -1px;
border-radius: 0 0 10px 10px;
}
.cfloat {
left: -1px;
@@ -228,11 +231,11 @@ ul, ol {
font-weight: bold;
}
#content {
#content, .content {
overflow-x: hidden;
overflow-y: hidden;
}
#content td {
#content td, .content td {
height: 19px;
}
#editor a {