Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 8 additions & 15 deletions webroot/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,18 +260,14 @@ ul.nav-pills {
/**
* フレーム枠内
*/
.frame.nc-content-list header,
.frame.nc-content header {
margin-bottom: 16px;
margin-bottom: 8px;
}

/**
* フレーム枠内のh1,h2,h3,h4,h5,h6
*/
.frame .nc-content-list > h1,
.frame .nc-content-list > .h1 {
margin-top: 0px;
margin-bottom: 16px;
}
.frame.nc-content article h1,
.frame.nc-content article .h1 {
margin-top: 0px;
Expand All @@ -280,6 +276,12 @@ ul.nav-pills {

.frame.nc-content-list article h1,
.frame.nc-content-list article .h1,
.frame .nc-content-list > h1,
.frame .nc-content-list > .h1 {
margin-top: 0px;
margin-bottom: 16px;
}

.frame.nc-content-list article h2,
.frame.nc-content-list article .h2,
.frame.nc-content-list article h3,
Expand Down Expand Up @@ -397,12 +399,3 @@ ul.nav-pills {
.frame.nc-content article .h6 {
font-size: 9px;
}

/**
* サイト閉鎖
*/
.site-close.jumbotron h1 {
font-size: 2.8em;
margin-top: 0px;
margin-bottom: 20px;
}