X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.document%2Fsimantics-wiki-documents.css;h=64d9fa559535e905a76be2c87250cdd826a83c6e;hp=101e698c927fe547bb1a634a8ad8ab48df22bc93;hb=e4007b17057ff4acc2e900c5c811743b74f71f41;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.document/simantics-wiki-documents.css b/bundles/org.simantics.document/simantics-wiki-documents.css index 101e698c9..64d9fa559 100644 --- a/bundles/org.simantics.document/simantics-wiki-documents.css +++ b/bundles/org.simantics.document/simantics-wiki-documents.css @@ -1,98 +1,97 @@ -body { - margin: 0px; - padding: 0px; - background-color: #F8F8F8; -} - -h1 { - margin: 0px; - padding: 0px; -} - -h2 { - margin: 0px; - padding: 0px; -} - -h3 { - margin: 0px; - padding: 0px; -} - -h4 { - margin: 0px; - padding: 0px; -} - -p { - margin: 0px; - padding: 0px; - font-size: 1em; - page-break-inside: avoid; -} - -div { - margin: 0px; - padding: 0px; -} - -table { - - border-collapse: collapse; - width: 100%; - table-layout: fixed; - -webkit-user-select: text; - -moz-user-select: text; - -ms-user-select: text; - user-select: text; - border: 0px; - padding: 0px; - box-sizing: border-box; - -} - -td { - - padding: 0px; - border: 0px; - page-break-inside: avoid; - -} - - -th { - padding: 0px; - border: 0px; - page-break-inside: avoid; -} - -table td:first-child div { - margin-left: 0px; -} - -table th:first-child div { - margin-left: 0px; -} - -table div { - - padding-left: 1px; - - border-right: 1px; - border-left: 1px; - - border-top: 1px; - border-bottom: 1px; - margin-bottom: -1px; - margin-left: -1px; - - border-style: solid; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; - height: auto; - width: auto; - page-break-inside: avoid; - box-sizing: border-box; - -} +body { + margin: 0px; + padding: 0px; + background-color: #F8F8F8; +} + +h1 { + margin: 0px; + padding: 0px; +} + +h2 { + margin: 0px; + padding: 0px; +} + +h3 { + margin: 0px; + padding: 0px; +} + +h4 { + margin: 0px; + padding: 0px; +} + +p { + margin: 0px; + padding: 0px; + font-size: 1em; + page-break-inside: avoid; +} + +div { + margin: 0px; + padding: 0px; +} + +table { + border-collapse: collapse; + table-layout: fixed; + box-sizing: border-box; + width: 100%; + + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + + border: 0px; + padding: 0px; +} + +td { + + padding: 0px; + border: 0px; + page-break-inside: avoid; + +} + + +th { + padding: 0px; + border: 0px; + page-break-inside: avoid; +} + +table td:first-child div { + margin-left: 0px; +} + +table th:first-child div { + margin-left: 0px; +} + +table div { + height: auto; + width: auto; + + padding-left: 1px; + + border-right: 1px; + border-left: 1px; + border-top: 1px; + border-bottom: 1px; + + margin-bottom: -1px; + margin-left: -1px; + + border-style: solid; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + page-break-inside: avoid; + box-sizing: border-box; +}