Refine .notice style

This commit is contained in:
Michael Rose 2013-06-27 11:14:06 -04:00
parent 16f547908e
commit edad8f33d7
2 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ a:hover{color:#010101;}
a:focus{outline:thin dotted;color:#010101;} a:focus{outline:thin dotted;color:#010101;}
a:hover,a:active{outline:0;} a:hover,a:active{outline:0;}
figcaption{padding-top:10px;font-size:14px;font-size:0.875rem;line-height:1.7143;line-height:1.3;color:#4d4d4d;} figcaption{padding-top:10px;font-size:14px;font-size:0.875rem;line-height:1.7143;line-height:1.3;color:#4d4d4d;}
.notice{margin-top:1.5em;padding:.5em 1em;text-indent:0;font-size:90%;background-color:#ddd;border-left:10px solid #ccc;} .notice{margin-top:1.5em;padding:.5em 1em;text-indent:0;font-size:16px;font-size:1rem;background-color:#f2f2f2;border:1px solid #e6e6e6;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
blockquote p{font-family:'volkorn',serif;font-style:italic;font-size:24px;font-size:1.5rem;line-height:1;margin-bottom:24px;margin-bottom:1.5rem;padding-left:20px;border-left:8px solid #000000;} blockquote p{font-family:'volkorn',serif;font-style:italic;font-size:24px;font-size:1.5rem;line-height:1;margin-bottom:24px;margin-bottom:1.5rem;padding-left:20px;border-left:8px solid #000000;}
.footnotes{font-size:14px;font-size:0.875rem;line-height:1.7143;font-family:'source-sans-pro',sans-serif;} .footnotes{font-size:14px;font-size:0.875rem;line-height:1.7143;font-family:'source-sans-pro',sans-serif;}
tt,code,kbd,samp,pre{font-family:'source-code-pro',monospace;} tt,code,kbd,samp,pre{font-family:'source-code-pro',monospace;}

View file

@ -46,11 +46,11 @@ figcaption {
margin-top: 1.5em; margin-top: 1.5em;
padding: .5em 1em; padding: .5em 1em;
text-indent: 0; text-indent: 0;
font-size: 90%; .font-rem(16);
background-color: #ddd; background-color: lighten(@black, 95);
border-left: 10px solid #ccc; border: 1px solid lighten(@black, 90);
.rounded(4px);
} }
// Blockquotes // Blockquotes
// -------------------------------------------------- // --------------------------------------------------
blockquote { blockquote {