diff --git a/ZDO.CHSite/wwwroot/dev-style/history.less b/ZDO.CHSite/wwwroot/dev-style/history.less index 6fae0aa..3f6544a 100644 --- a/ZDO.CHSite/wwwroot/dev-style/history.less +++ b/ZDO.CHSite/wwwroot/dev-style/history.less @@ -37,7 +37,7 @@ a.pageLink:hover, a.pageLink.selected { background-color: @clrLight; } .senses.new { background-color: @clrLightGreen; width: 100%; } .hw-trad.old, .hw-simp.old, .hw-pinyin.old { background-color: @clrLightRed; } .hw-trad.new, .hw-simp.new, .hw-pinyin.new { background-color: @clrLightGreen; } - .hw-pinyin.old { margin-top: 0.2rem; } + .hw-pinyin.old, .hw-pinyin.new { margin-top: 0.2rem; } .hw-trad.old, .hw-simp.old { margin-bottom: 0.7rem; } }