]> git.sesse.net Git - itkacl/blobdiff - itkacl-web-1.0/web/style.css
Add some CSS to make things not entirely horrible.
[itkacl] / itkacl-web-1.0 / web / style.css
diff --git a/itkacl-web-1.0/web/style.css b/itkacl-web-1.0/web/style.css
new file mode 100644 (file)
index 0000000..ec38c3b
--- /dev/null
@@ -0,0 +1,20 @@
+body {
+       font-family: sans-serif;
+       margin:0;
+       padding:10px 20px 20px 20px;
+}
+
+/* Headers */
+h1 {
+       border-bottom:2px solid #ddd;
+       padding:10px 0 5px 0;
+       margin:0 0 30px 0;
+       color:#000;
+}
+h2 {
+       font-size:130%;
+       margin:0 0 10px 0;
+       padding:15px 0 5px 0;
+       border-bottom: 1px solid #ddd;
+       color:#000;
+}