]> Dogcows Code - chaz/website/blobdiff - static/css/main.css
remove GPL jab and make small layout changes
[chaz/website] / static / css / main.css
index caa9c5f7989c7c480b8fca8b2908abb8f14ebf06..71d1a42f2ab0180068afa0e79f15a6ed25e1ee09 100644 (file)
@@ -2,10 +2,15 @@
 body {
     background-color: #f0f0f0;
     text-align: justify;
+    margin-top: 20px;
 }
 
 h1 {
-    margin: 20px 0;
+    margin: 25px 0;
+}
+
+h3 {
+    margin-top: 30px;
 }
 
 img.pull-left {
@@ -19,10 +24,7 @@ img.pull-right {
 .content {
     background-color: white;
     border: 1px solid #ccc;
-    border-top: 0;
-    border-bottom-radius: 6px;
-    border-bottom-left-radius: 6px;
-    border-bottom-right-radius: 6px;
+    border-radius: 6px;
     padding: 0px 10px 10px 10px;
 }
 
This page took 0.017754 seconds and 4 git commands to generate.