Remove unnecessary lead bottom margin and reorder image max-width
authorHarish Narayanan <hnarayanan@gmail.com>
Thu, 2 Jan 2014 21:50:39 +0000 (22:50 +0100)
committerHarish Narayanan <hnarayanan@gmail.com>
Thu, 2 Jan 2014 21:50:39 +0000 (22:50 +0100)
public/css/poole.css

index 3ffbe7255773187a8906e5de2c970a84a2e3d47a..fabfd650335de6a3c19a82b9faf9380e1721403d 100644 (file)
@@ -202,9 +202,9 @@ blockquote p:last-child {
 
 img {
   display: block;
+  max-width: 100%;
   margin: 0 0 1rem;
   border-radius: 5px;
-  max-width: 100%; !important
 }
 
 /* Tables */
@@ -234,7 +234,6 @@ tbody tr:nth-child(odd) th {
 .lead {
   font-size: 1.25rem;
   font-weight: 300;
-  margin-bottom: 1rem;
 }