mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-24 08:28:50 -05:00
improved consistency of bottom margin for code blocks
This commit is contained in:
parent
2e2816b4a6
commit
3d44cf96be
@ -13,7 +13,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
html .gist .gist-file {
|
html .gist .gist-file {
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.8em;
|
||||||
position: relative;
|
position: relative;
|
||||||
border: none;
|
border: none;
|
||||||
padding-top: image-height("code_bg.png") !important;
|
padding-top: image-height("code_bg.png") !important;
|
||||||
@ -178,7 +178,7 @@ figure[role=code] {
|
|||||||
background: none;
|
background: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.8em;
|
||||||
figcaption {
|
figcaption {
|
||||||
position: relative;
|
position: relative;
|
||||||
@extend .code-title;
|
@extend .code-title;
|
||||||
|
Loading…
Reference in New Issue
Block a user