css/*: Add some HTML style hacks I use in a few places.
[profile] / css / scottaaronson.com
diff --git a/css/scottaaronson.com b/css/scottaaronson.com
new file mode 100644 (file)
index 0000000..4293884
--- /dev/null
@@ -0,0 +1,23 @@
+body { font-family: serif; font-size: 11pt; line-height: 1.2; }
+#page { width: auto; background-image: none; }
+#content {
+  font-size: inherit;
+  width: auto;
+}
+.widecolumn .entry, .narrowcolumn .entry,
+.widecolumn .entry p, .narrowcolumn .entry p,
+.commentlist p {
+  font-size: inherit;
+  line-height: 1.3;
+}
+#content.narrowcolumn {
+  padding-right: 210px;
+}
+#sidebar {
+  font: inherit;
+  right: 0px;
+}
+.post, .commentlist { text-align: left; }
+h1, h2, h3 { font-family: sans; }
+.commentlist li { font: inherit; }
+#footer { background-image: none; }