i18n
xaoxuu 4 years ago
parent 2d04a0bb0b
commit fead8b174d
  1. 18
      source/less/_article.less

@ -2,7 +2,7 @@
color: @color_text_main;
font-size: @fontsize_base;
line-height: @lineheight_base;
word-break: break-all;
// word-break: break-all;
word-wrap: break-word;
img {
position: relative;
@ -242,10 +242,8 @@
p{
text-align: left;
word-wrap: normal;
margin: 0;
font-size: @fontsize_small;
line-height: @fontsize_small * 1.5;
padding: @gap/2 0;
}
position: relative;
width: 100%;
@ -256,8 +254,18 @@
.enable-trans();
footer {
strong {
margin-right: 7px;
padding: 0;
text-align: justify;
color: inherit;
font-style: italic;
margin: .6em 0;
cite{
&::before{
content: '----';
padding: 0 .3em;
}
color: fade(@color_text_main, 70%);
margin-left: 1em;
}
}
&.pullquote{

Loading…
Cancel
Save