add style for entry picture
[emels.git] / emels / static / css / entry.scss
index eaa7559..4817b1e 100644 (file)
@@ -4,6 +4,18 @@
     .toolbar .social a {
         margin-right: 30 * $px;
     }
+    .more {
+        float: right;
+        a {
+            margin-right: 20 * $px;
+            color: #96928b;
+        }
+    }
+}
+
+.entry-wrapped img.entry-picture {
+    float: left;
+    margin: 0 1.5em 1em 0;
 }
 
 .entry-news {
     .author {
         font-weight: bold;
     }
-    .more {
-        a {
-            margin-right: 20 * $px;
-            color: #96928b;
-        }
+}
+
+.partners {
+    img {
+        width: 150px;
+        margin-right: 20px;
+        vertical-align: top;
+    }
+    p {
+        display: inline-block;
+    }
+    div {
+        display: inline-block;
+        width: 600px;
+        vertical-align: top;
+        text-align: justify;
     }
 }