Commit 49f59222e5ac24015d25dbd57842d10682ed5848

Authored by Tomáz Martins
1 parent e10c6225

Adjusting position of images in news pages to fit in line

Signed-off-by: TomazMartins <tomaz.r.martins@gmail.com>
Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
css/news-page.css
... ... @@ -13,7 +13,7 @@
13 13 /* WARNING:
14 14 * This solution is TEMPORARY. This informations shouldn't exist
15 15 * in this area.
16   - *
  16 + *
17 17 * TODO: Remove this informations of the html and, then, from here.
18 18 */
19 19 #content .blog #article-header .publishing-info .date,
... ... @@ -63,7 +63,7 @@
63 63 /* WARNING:
64 64 * This solution is TEMPORARY. This informations shouldn't exist
65 65 * in this area.
66   - *
  66 + *
67 67 * TODO: Remove this informations of the html and, then, from here.
68 68 */
69 69 #content .blog .blog-post .author {
... ... @@ -100,7 +100,7 @@
100 100 /* WARNING:
101 101 * This solution is TEMPORARY. This informations shouldn't exist
102 102 * in this area.
103   - *
  103 + *
104 104 * TODO: Remove this informations of the html and, then, from here.
105 105 * The correct is the text is sensitive to lead to the complete text.
106 106 */
... ... @@ -142,9 +142,9 @@
142 142 #content .blog .page-1 .position-3,
143 143 #content .blog .page-1 .position-4 {
144 144 margin: 0px 0px 0px 0px;
145   - padding: 20px 30px 45px 0px;
  145 + padding: 20px 21px 45px 0px;
146 146 height: 235px;
147   - width: 30.5%;
  147 + width: 30.5%;
148 148 display: block;
149 149 float: left;
150 150 }
... ...