v1.1.0.3
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

main v1.1.0.3-main
dmitry kirdyashkin 2024-04-05 16:50:19 +03:00
parent 63aa34f2b4
commit 3680095d1b
2 changed files with 14 additions and 12 deletions

View File

@ -1,3 +1,6 @@
## v1.1.0.3
Изменено общее форматирование
## v1.1.0.2
Изменено общее форматирование
## v1.1.0.1

View File

@ -1,5 +1,14 @@
.core-page {
font-family : 'Mookmania Regular';
margin : 10px;
}
.core-page p {
margin : auto;
}
.core-page p+p {
text-indent : 20px;
}
/* TEXT BLOCKS */
@ -20,28 +29,18 @@
font-family : 'Open Sans', sans-serif;
}
.core-page .note p{
text-indent : 0px;
margin : auto;
}
.core-page .note p + p{
text-indent : 20px;
}
.core-page .descriptive {
background-color : #fffdec;
border-image : url(https://static.kdiva.ru/foundry-main/images/descriptive%2Dborder%2Dcommon.png) 12 stretch;
border-image-outset : 6px;
border-image-width : 10px;
font-family : 'Open Sans', sans-serif;
margin-top : 20px;
margin-bottom : 20px;
font-size : small;
padding : 10px;
}
.core-page .class-block p{
text-indent: 0px;
text-indent : 0px;
}
/* TABLES */