Skip to content

Commit

Permalink
Merge pull request #1082 from vektor-inc/fix/faq-font-family
Browse files Browse the repository at this point in the history
【確認待ち】ページ制作に役立つ便利なCSS設定のFAQのfont-family指定をArialに修正
  • Loading branch information
sysbird authored Apr 2, 2024
2 parents 14f7fe6 + eb344d2 commit 868447e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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

0 comments on commit 868447e

Please sign in to comment.