Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ページ制作に役立つ便利なCSS設定のFAQのfont-family指定をArialに修正 #1082

Merged
merged 4 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions assets/_scss/_contents_option_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ dl.veu_qaItem { display:block; overflow:hidden;border-bottom:1px dotted #ccc; p
dt:before,
dd:before { position: absolute;left:0;font-size:24px;line-height: 105%; }
dt { margin-bottom:15px;font-size:18px;
&:before { font-family:"areal";content:"Q ";color:#e50000; }
&:before { font-family:"Arial";content:"Q ";color:#e50000; }
}
dd { margin-bottom:0px;
&:before { content:"A ";color:#337ab7;font-family: "" }
&:before { font-family:"Arial";content:"A ";color:#337ab7; }
}
}

Expand Down
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ e.g.

== Changelog ==

[ Design Bug Fix ][ Faq ] Fix stitching styles in Group blocks.

= 9.97.0 =
[ Specification Change ] Grouping in the activation interface.
[ Bug fix ][ Child page index ] Fix className vulnerability.
Expand Down
Loading