Skip to content

Commit 9830e8b

Browse files
committed
非ログイン時のヘッダー(黒バー)を消すスタイルを追記
1 parent 6bc34bb commit 9830e8b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

webroot/css/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,15 @@ ul.nav-pills {
612612
}
613613
}
614614

615+
/* 未ログイン時はシステムヘッダーを非表示にする
616+
---------------------------------------------------------------------*/
617+
header.nc-system-header-nologgedin {
618+
display: none;
619+
}
620+
body.body-nologgedin {
621+
padding-top: 0;
622+
}
623+
615624
/**
616625
* 印刷用
617626
*/

0 commit comments

Comments
 (0)