소스 검색

Hever: Recompile rtl stylesheet

Thomas Guillot 6 년 전
부모
커밋
d88836f256
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      hever/style-rtl.css

+ 2 - 2
hever/style-rtl.css

@@ -3445,12 +3445,12 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
 	color: #1279BE;
 }
 
-.singular .hentry .entry-content > *:first-child.alignfull {
+.singular:not(.home.hide-homepage-title) .hentry .entry-content > *:first-child.alignfull {
 	margin-top: -21.312px;
 }
 
 @media only screen and (min-width: 560px) {
-	.singular .hentry .entry-content > *:first-child.alignfull {
+	.singular:not(.home.hide-homepage-title) .hentry .entry-content > *:first-child.alignfull {
 		margin-top: -64px;
 	}
 }