]> git.armaanb.net Git - stagit.git/blobdiff - style.css
Change default tab-size to 4.
[stagit.git] / style.css
index 24443959ed8b1c834479a1663a0804b767ecdaf9..20ce206433dc82d19f4a09632bb57a0c63d7d5ce 100644 (file)
--- a/style.css
+++ b/style.css
@@ -11,6 +11,9 @@ body {
        width: 66rem;
 }
 
+pre { -moz-tab-size: 4; }
+pre { tab-size: 4; }
+
 h1, h2, h3, h4, h5, h6 {
        font-size: 1em;
        margin: 0;
@@ -100,6 +103,10 @@ article.markup h6 {
     font-size: 1em;
 }
 
+article img {
+       max-width: 100%;
+}
+
 .linenos {
        margin-right: 0;
        border-right: 1px solid rgb(0 0 0 / 8%);