user_shelves.html template is now valid HTML.
[wolnelektury.git] / wolnelektury / media / css / master.css
index 57e05e5..41d8181 100644 (file)
@@ -169,6 +169,10 @@ p .ac_input {
 /* ============= */
 /* = Tags list = */
 /* ============= */
+#intro {
+    margin: 0 0 2.5em 0;
+}
+
 #main-page #tags-list {
     margin-right: 29em;
 }
@@ -232,32 +236,40 @@ p .ac_input {
 /* ============== */
 #propaganda {
     float: right;
-    width: 28.5em;
+    width: 27em;
     margin: 0;
-    height: 21em;
-    background-image: url(/media/img/shelf.jpg);
-    background-repeat: no-repeat;
-    -moz-border-radius: 4px;
-    -webkit-border-radius: 4px;
-    border-radius: 4px;
-    background-color: #FFF;
+    padding: 1em;
 }
 
+
 /* ===================== */
-/* = Latest blog posts = */
+/* = Other info        = */
 /* ===================== */
 #latest-blog-posts {
     padding: 0.5em;
-    margin-top: 0.5em;
+    float: left;
+    width: 30%;
 }
 
 #latest-blog-posts ol {
     padding: 0 0 0 1.5em;
-    margin: 0.3em 0 0 0;
+    margin: 1em 0 0 0;
     list-style-type: square;
     color: #D13628;
 }
 
+#you-can-help {
+    float: right;
+    padding: 0.5em;
+    width: 30%;
+}
+
+#about-us {
+    padding: 0.5em;
+    margin-left: 35%;
+    margin-right: 35%;
+}
+
 /* =============== */
 /* = Description = */
 /* =============== */