add style for entry picture
[emels.git] / emels / static / css / entry.scss
1 @import "vars";
2
3 .entry {
4     .toolbar .social a {
5         margin-right: 30 * $px;
6     }
7     .more {
8         float: right;
9         a {
10             margin-right: 20 * $px;
11             color: #96928b;
12         }
13     }
14 }
15
16 .entry-wrapped img.entry-picture {
17     float: left;
18     margin: 0 1.5em 1em 0;
19 }
20
21 .entry-news {
22     .avatar {
23         display: none;
24     }
25     .date {
26         color: #96928b;
27     }
28     .author {
29         font-weight: bold;
30     }
31 }
32
33 .partners {
34     img {
35         width: 150px;
36         margin-right: 20px;
37         vertical-align: top;
38     }
39     p {
40         display: inline-block;
41     }
42     div {
43         display: inline-block;
44         width: 600px;
45         vertical-align: top;
46         text-align: justify;
47     }
48 }