diff --git a/README.md b/README.md index d9188bf..8c51f89 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ + +## v1.1.0.3 +Изменено общее форматирование ## v1.1.0.2 Изменено общее форматирование ## v1.1.0.1 diff --git a/src/styles/core.css b/src/styles/core.css index fa2a54a..e393597 100644 --- a/src/styles/core.css +++ b/src/styles/core.css @@ -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 */