]> Dogcows Code - chaz/website/blobdiff - static/css/main.css
add link to gitweb
[chaz/website] / static / css / main.css
index 71d1a42f2ab0180068afa0e79f15a6ed25e1ee09..ac12f6737291e98eea33552eb3b6e9c1ad0cdc5b 100644 (file)
@@ -1,8 +1,8 @@
 
 body {
     background-color: #f0f0f0;
+    margin-top: 30px;
     text-align: justify;
-    margin-top: 20px;
 }
 
 h1 {
@@ -21,16 +21,16 @@ img.pull-right {
     margin-left: 10px;
 }
 
-.content {
-    background-color: white;
-    border: 1px solid #ccc;
-    border-radius: 6px;
-    padding: 0px 10px 10px 10px;
-}
-
 .btn-mini [class^="icon-"],
 .btn-mini [class*=" icon-"] {
   margin-top: 0;
 }
 
+.container {
+    background-color: white;
+    border: 1px solid #aaa;
+    border-radius: 6px;
+    box-shadow: 0 0 10px #ccc;
+    padding: 20px 40px 30px 40px;
+}
 
This page took 0.020563 seconds and 4 git commands to generate.