mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Fix blockquote border
This commit is contained in:
parent
5d9e04787e
commit
d2426f4bdc
2 changed files with 6 additions and 8 deletions
|
@ -39,7 +39,7 @@ a:focus{outline:thin dotted;color:#010101;}
|
|||
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;}
|
||||
.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{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;}
|
||||
tt,code,kbd,samp,pre{font-family:'source-code-pro',monospace;}
|
||||
p code{font-size:16px;font-size:1rem;white-space:nowrap;margin:0 2px;padding:0 5px;border:1px solid #e6e6e6;background-color:#f2f2f2;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
|
||||
|
|
|
@ -54,13 +54,11 @@ figcaption {
|
|||
// Blockquotes
|
||||
// --------------------------------------------------
|
||||
blockquote {
|
||||
p {
|
||||
font-family: @alt-font;
|
||||
font-style: italic;
|
||||
.font-size(24);
|
||||
padding-left: 20px;
|
||||
border-left: 8px solid @black;
|
||||
}
|
||||
font-family: @alt-font;
|
||||
font-style: italic;
|
||||
.font-size(24);
|
||||
padding-left: 20px;
|
||||
border-left: 8px solid @black;
|
||||
}
|
||||
|
||||
// Footnotes
|
||||
|
|
Loading…
Reference in a new issue