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
13 changes: 9 additions & 4 deletions webroot/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,11 @@ ul.nav-pills {
.frame.nc-content header {
margin-bottom: 8px;
}
.frame.nc-content-list footer,
.frame.nc-content footer {
margin-top: 16px;
margin-bottom: 8px;
}

/**
* コンテンツリストの各コンテンツのスタイル
Expand Down Expand Up @@ -384,7 +389,7 @@ ul.nav-pills {
.frame .nc-content-list > .h1,
.frame.nc-content-list article h1,
.frame.nc-content-list article .h1 {
font-size: 27px;
font-size: 28px;
}

.frame.nc-content-list article h2,
Expand All @@ -405,12 +410,12 @@ ul.nav-pills {
}
.frame.nc-content-list article h6,
.frame.nc-content-list article .h6 {
font-size: 9px;
font-size: 8px;
}

.frame.nc-content article h1,
.frame.nc-content article .h1 {
font-size: 27px;
font-size: 28px;
}
.frame.nc-content article h2,
.frame.nc-content article .h2 {
Expand All @@ -430,5 +435,5 @@ ul.nav-pills {
}
.frame.nc-content article h6,
.frame.nc-content article .h6 {
font-size: 9px;
font-size: 8px;
}