fixed margins and sizes
authorAna Isabel Carvalho <ana.isabelc@gmail.com>
Thu, 5 Jun 2014 14:30:04 +0000 (15:30 +0100)
committerAna Isabel Carvalho <ana.isabelc@gmail.com>
Thu, 5 Jun 2014 14:30:04 +0000 (15:30 +0100)
css/main.css

index 1cd2d4e15132c681406960a29b7fb11f6eb11c22..40839189e943c230491d6b2051c7cb089d00cf37 100644 (file)
@@ -367,22 +367,38 @@ a:focus > img + strong {
                margin: .5em 0;
 }
 
-/* Images inside .main
+/* Images
 */
 
-.main ul.images:before, .main ul.images:after  {
+ul.images:before, ul.images:after  {
     content: " ";
     display: table;
 }
 
-.main ul.images:after {
+ul.images:after {
     clear: both;
 }
 
-.main ul.images {
+ul.images {
                padding: 0.5em 0;
 }
 
+ul.images li {
+               margin-bottom: 1em;
+}
+
+ul.images li > img {
+               width: 100%;
+               max-width: 600px;
+               height: auto;
+}
+
+.sidebar > p > img {
+               width: 100%;
+               max-width: 600px;
+               height: auto;
+}
+
 
 /* Troubleshooting panel
 */