1svg.a2s {
2  /*
3   * these are the same as DW img style
4   */
5  max-width: 100%;
6  border-width: 0;
7  vertical-align: middle;
8  color: #666; /* as of 2017-04-03, not an @ini.thing, direct value */
9  background-color: transparent;
10  font-style: italic;
11  margin-bottom: 1.4em;
12  /*
13   * Just remove this. With this, svg are vertically clipped
14   * when they are horizontally clipped, Which is weird.
15   * ... years pass ...
16   * 2022. can't reproduce anymore... And it is needed now, see
17   * https://github.com/splitbrain/dokuwiki/issues/3690
18   * FIXME Should I use instead height: unset ?
19   */
20  height: auto;
21}
22