web/common.css

Sun, 13 Jul 2008 17:54:47 -0400

author
Brett Smith <brettcsmith@brettcsmith.org>
date
Sun, 13 Jul 2008 17:54:47 -0400
branch
trunk
changeset 73
a4fff3df2242
parent 63
0b0bb1608b37
permissions
-rw-r--r--

Don't assume .exe files are Cabinet archives just by extension.

.exe files are as likely as not to be archives, so I'd rather not bug the
user for recursive extraction every time they're in an archive. So we'll
detect these sorts of archives by their magic only, which prevents them
from triggering recursive extraction attempts.

63
0b0bb1608b37 add web site to hg repo
Brett Smith <brett@brettcsmith.org>
parents:
diff changeset
1 body { padding: 0 3em; }
0b0bb1608b37 add web site to hg repo
Brett Smith <brett@brettcsmith.org>
parents:
diff changeset
2 h1, h2, h3 { margin-left: -1em; }
0b0bb1608b37 add web site to hg repo
Brett Smith <brett@brettcsmith.org>
parents:
diff changeset
3 span.pname { font-family: monospace; }
0b0bb1608b37 add web site to hg repo
Brett Smith <brett@brettcsmith.org>
parents:
diff changeset
4 pre { margin-left: 2em; }

mercurial