f2a8c593 by Yokihito Oki

2020/07/28 メガナビ修正

1 parent e22b4d7a
1 /* コロナ暫定対処 */ 1 /* コロナ暫定対処 */
2 .covid-19 .mod-articles-category-category { 2 .covid-19 .mod-articles-category-category,
3 .covid-19-news .mod-articles-category-category {
3 display: none; 4 display: none;
4 } 5 }
5 6
......
...@@ -45,7 +45,7 @@ JHtml::_('script', 'template.js', array('version' => 'auto', 'relative' => true) ...@@ -45,7 +45,7 @@ JHtml::_('script', 'template.js', array('version' => 'auto', 'relative' => true)
45 JHtml::_('script', 'jui/html5.js', array('version' => 'auto', 'relative' => true, 'conditional' => 'lt IE 9')); 45 JHtml::_('script', 'jui/html5.js', array('version' => 'auto', 'relative' => true, 'conditional' => 'lt IE 9'));
46 46
47 // Add Stylesheets 47 // Add Stylesheets
48 JHtml::_('stylesheet', 'template.css', array('version' => '20200702001', 'relative' => true)); 48 JHtml::_('stylesheet', 'template.css', array('version' => '20200721001', 'relative' => true));
49 49
50 50
51 // Use of Google Font 51 // Use of Google Font
...@@ -673,8 +673,8 @@ if ($this->params->get('logoFile')) { ...@@ -673,8 +673,8 @@ if ($this->params->get('logoFile')) {
673 <li><a href="/entrance/selective/pe/ao.html">総合型選抜(SS)入試</a></li> 673 <li><a href="/entrance/selective/pe/ao.html">総合型選抜(SS)入試</a></li>
674 <li><a href="/entrance/selective/pe/recommendation.html">学校推薦型選抜</a></li> 674 <li><a href="/entrance/selective/pe/recommendation.html">学校推薦型選抜</a></li>
675 <li><a href="/entrance/selective/pe/exam.html">一般選抜</a></li> 675 <li><a href="/entrance/selective/pe/exam.html">一般選抜</a></li>
676 <li><a href="/entrance/selective/pe/returnee.html">帰国子女入試</a></li> 676 <li><a href="/entrance/selective/pe/returnee.html">帰国生徒選抜</a></li>
677 <li><a href="/entrance/selective/pe/society.html">社会人入試</a></li> 677 <li><a href="/entrance/selective/pe/society.html">社会人選抜</a></li>
678 <li><a href="/entrance/selective/pe/foreign.html">私費外国人留学生入試</a></li> 678 <li><a href="/entrance/selective/pe/foreign.html">私費外国人留学生入試</a></li>
679 <li><a href="/entrance/selective/pe/transfer.html">第3年次編入学試験</a></li> 679 <li><a href="/entrance/selective/pe/transfer.html">第3年次編入学試験</a></li>
680 </ul> 680 </ul>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!