diff --git a/index.html b/index.html index 8f6ccb5..5294a6d 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ -
+
diff --git a/scripts/strapdown.mod.css b/scripts/strapdown.mod.css index 4d376e0..0c07524 100644 --- a/scripts/strapdown.mod.css +++ b/scripts/strapdown.mod.css @@ -9,7 +9,20 @@ This chunk is to fix Bootstrap so that the Markdown output looks good *******************************************************************/ -html { display: inline !important; } +html { display: inline !important; + + @media print { + .no-print { + display: none !important; + } + .container { + margin-left: 20px; + } + } + +} + + body { padding-top: 10px;