Skip to content

Commit

Permalink
実装タスク #92042 6.0対応であることがわかるように明記
Browse files Browse the repository at this point in the history
  • Loading branch information
morioka-hibiki committed Nov 25, 2024
1 parent e79e1a1 commit 5a6ead6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/sass/components/wiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
}

/***** Wiki *****/
div.wiki table td[align=left], div.wiki table th[align=left] { text-align: left; }
div.wiki table td[align=right], div.wiki table th[align=right] { text-align: right; }
div.wiki .wiki-class-noborder, div.wiki .wiki-class-noborder td, div.wiki .wiki-class-noborder th {border:0;}

div.wiki .external {
Expand Down Expand Up @@ -267,4 +265,10 @@
.controller-wiki.action-date_index #content h3 + ul li:not(:first-child) {
@apply mt-2
}


/* Support 6.0 start */
div.wiki table td[align=left], div.wiki table th[align=left] { text-align: left; }
div.wiki table td[align=right], div.wiki table th[align=right] { text-align: right; }
/* Support 6.0 end */
}

0 comments on commit 5a6ead6

Please sign in to comment.