X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b4caac4d4980dab3e0c94a346a0eac0fa64fbb6f..a1f73967a929a45e32d3b517ab5918c363714c97:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index f48f02e50..df2f40774 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -15,9 +15,15 @@ fieldset,img { border: 0; } legend { color: #000; } -sup { vertical-align: text-top; } +sup { + vertical-align: super; + font-size: smaller; +} -sub { vertical-align: text-bottom; } +sub { + vertical-align: sub; + font-size: smaller; +} table { border-collapse: collapse;