inuit.css latest

Minified version of the latest inuit.css

HTML

<link rel="stylesheet" href="http://csswizardry.com/inuitcss/inuit.min.css">
   <blockquote>
       <p>Insanity: doing the same thing over and over again and expecting
       different results.</p>
       <b class=source>Albert Einstein</b>
   </blockquote>

CSS

html{
    padding:24px;
}

blacoquote {
    position: relative;
    padding: 20px 50px 45px 60px;
    margin: 25px 0;
    border: none;
}

blockquote p {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    color: #222;  
    quotes: '"' '"' '`' '`';
}

blockquote p::before {
  content: open-quote;
}
blockquote p:after {
  content: close-quote;
}