diff options
Diffstat (limited to 'src/de/euro')
-rw-r--r-- | src/de/euro/coins.template.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/de/euro/coins.template.html b/src/de/euro/coins.template.html index 1f57a55..f4a4210 100644 --- a/src/de/euro/coins.template.html +++ b/src/de/euro/coins.template.html @@ -89,7 +89,17 @@ <tr> <th colspan=8>Standard Issues</th> </tr> - <tr> + <tr class=mobile> + <th>1c</th> + <th>2c</th> + <th>5c</th> + <th>10c</th> + <th>20c</th> + <th>50c</th> + <th>€1</th> + <th>€2</th> + </tr> + <tr class=not-mobile> <th>1 Cent</th> <th>2 Cent</th> <th>5 Cent</th> |