Create posts directory if needed
[blog.git] / style.css
index 9050f5d12053940b5d8acdc2487e349f8cc98821..47c4110c2cb577cbbd3e7ae756ef7aaa2af0a897 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,5 +1,20 @@
 body {
     font-family: sans-serif;
+    max-width: 1000px;
+    margin: 0 auto;
+    padding: 1em;
+}
+
+.login-form {
+    display: inline;
+    float: right;
+}
+
+blockquote {
+    color: darkgray;
+    font-style: italic;
+    border-left: 0.25em solid darkgray;
+    padding-left: 1em;
 }
 
 .source-code .dt {