Fix compatibility with new LW footnote markup.
[lw2-viewer.git] / www / accordius / style.css.php
blob2a42231ffcd57095a34341d9ee7c0bb4069bdd59
1 /*************/
2 /* ACCORDIUS */
3 /*************/
5 /*======*/
6 /* TAGS */
7 /*======*/
9 #tags {
10 order: 12;
11 display: flex;
12 flex-basis: 100%;
13 justify-content: center;
14 margin: 0;
15 flex-flow: row wrap;
16 align-items: flex-start;
19 <?php
21 if (isset($argv[2]) &&
22 preg_match("/\\.css(.php)?$/", $argv[2]) &&
23 file_exists("accordius/".$argv[2]))
24 include("accordius/".$argv[2]);