mirror of https://gitlab.com/curben/blog
parent
cdb8dc5c28
commit
2bbca77471
|
@ -127,19 +127,19 @@ hr {
|
||||||
|
|
||||||
figcaption,
|
figcaption,
|
||||||
small,
|
small,
|
||||||
pre div {
|
pre div.caption {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* code caption */
|
/* code caption */
|
||||||
figcaption,
|
figcaption,
|
||||||
pre div {
|
pre div.caption {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre figcaption a,
|
pre figcaption a,
|
||||||
pre div a {
|
pre div.caption a {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue