]> Dogcows Code - chaz/website/blobdiff - static/css/main.css
add new avatar and change some wording
[chaz/website] / static / css / main.css
index 9494efe8e7a323b263e3d41041a799d7ba965c76..caa9c5f7989c7c480b8fca8b2908abb8f14ebf06 100644 (file)
@@ -1,15 +1,11 @@
 
-.pull-down {
-       margin-top: 10px;
+body {
+    background-color: #f0f0f0;
+    text-align: justify;
 }
 
-.content {
-       padding: 0px 10px 10px 10px;
-       border: 1px solid #eee;
-       border-top: 0;
-       border-bottom-radius: 6px;
-       border-bottom-left-radius: 6px;
-       border-bottom-right-radius: 6px;
+h1 {
+    margin: 20px 0;
 }
 
 img.pull-left {
@@ -20,3 +16,19 @@ img.pull-right {
     margin-left: 10px;
 }
 
+.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;
+    padding: 0px 10px 10px 10px;
+}
+
+.btn-mini [class^="icon-"],
+.btn-mini [class*=" icon-"] {
+  margin-top: 0;
+}
+
+
This page took 0.020876 seconds and 4 git commands to generate.