Commit 49f59222e5ac24015d25dbd57842d10682ed5848
1 parent
e10c6225
Exists in
master
and in
79 other branches
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,7 +13,7 @@ | ||
13 | /* WARNING: | 13 | /* WARNING: |
14 | * This solution is TEMPORARY. This informations shouldn't exist | 14 | * This solution is TEMPORARY. This informations shouldn't exist |
15 | * in this area. | 15 | * in this area. |
16 | - * | 16 | + * |
17 | * TODO: Remove this informations of the html and, then, from here. | 17 | * TODO: Remove this informations of the html and, then, from here. |
18 | */ | 18 | */ |
19 | #content .blog #article-header .publishing-info .date, | 19 | #content .blog #article-header .publishing-info .date, |
@@ -63,7 +63,7 @@ | @@ -63,7 +63,7 @@ | ||
63 | /* WARNING: | 63 | /* WARNING: |
64 | * This solution is TEMPORARY. This informations shouldn't exist | 64 | * This solution is TEMPORARY. This informations shouldn't exist |
65 | * in this area. | 65 | * in this area. |
66 | - * | 66 | + * |
67 | * TODO: Remove this informations of the html and, then, from here. | 67 | * TODO: Remove this informations of the html and, then, from here. |
68 | */ | 68 | */ |
69 | #content .blog .blog-post .author { | 69 | #content .blog .blog-post .author { |
@@ -100,7 +100,7 @@ | @@ -100,7 +100,7 @@ | ||
100 | /* WARNING: | 100 | /* WARNING: |
101 | * This solution is TEMPORARY. This informations shouldn't exist | 101 | * This solution is TEMPORARY. This informations shouldn't exist |
102 | * in this area. | 102 | * in this area. |
103 | - * | 103 | + * |
104 | * TODO: Remove this informations of the html and, then, from here. | 104 | * TODO: Remove this informations of the html and, then, from here. |
105 | * The correct is the text is sensitive to lead to the complete text. | 105 | * The correct is the text is sensitive to lead to the complete text. |
106 | */ | 106 | */ |
@@ -142,9 +142,9 @@ | @@ -142,9 +142,9 @@ | ||
142 | #content .blog .page-1 .position-3, | 142 | #content .blog .page-1 .position-3, |
143 | #content .blog .page-1 .position-4 { | 143 | #content .blog .page-1 .position-4 { |
144 | margin: 0px 0px 0px 0px; | 144 | margin: 0px 0px 0px 0px; |
145 | - padding: 20px 30px 45px 0px; | 145 | + padding: 20px 21px 45px 0px; |
146 | height: 235px; | 146 | height: 235px; |
147 | - width: 30.5%; | 147 | + width: 30.5%; |
148 | display: block; | 148 | display: block; |
149 | float: left; | 149 | float: left; |
150 | } | 150 | } |