Added boxes with extra information to main page.
[wolnelektury.git] / wolnelektury / media / css / master.css
index 995ba45..ab82933 100644 (file)
@@ -157,16 +157,11 @@ em {
     color: #444;
 }
 
-/* TODO: Shouldn't be needed */
-#book-detail #search-form {
-    padding: 0.75em 0.5em;
-}
-
 .ac_input {
     width: 18em;
 }
 
-#main-page .ac_input {
+p .ac_input {
     width: 28em;
 }
 
@@ -174,6 +169,10 @@ em {
 /* ============= */
 /* = Tags list = */
 /* ============= */
+#intro {
+    margin: 0 0 2.5em 0;
+}
+
 #main-page #tags-list {
     margin-right: 29em;
 }
@@ -249,11 +248,12 @@ em {
 }
 
 /* ===================== */
-/* = Latest blog posts = */
+/* = Other info        = */
 /* ===================== */
 #latest-blog-posts {
     padding: 0.5em;
-    margin-top: 0.5em;
+    float: left;
+    width: 30%;
 }
 
 #latest-blog-posts ol {
@@ -263,6 +263,18 @@ em {
     color: #D13628;
 }
 
+#you-can-help {
+    float: right;
+    padding: 0.5em;
+    width: 30%;
+}
+
+#about-us {
+    padding: 0.5em;
+    margin-left: 35%;
+    margin-right: 35%;
+}
+
 /* =============== */
 /* = Description = */
 /* =============== */