Browse Source

Remove unnecessary lead bottom margin and reorder image max-width

Harish Narayanan 11 years ago
parent
commit
d15a43fc88
1 changed files with 1 additions and 2 deletions
  1. 1 2
      public/css/poole.css

+ 1 - 2
public/css/poole.css

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