diff --git a/package.json b/package.json index fd4f270..1e699bc 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CacheClassExplorer", - "version": "1.16.2", + "version": "1.16.3", "description": "Class Explorer for InterSystems Caché", "directories": { "test": "test" diff --git a/web/css/interface.css b/web/css/interface.css index be5679f..663a0b5 100644 --- a/web/css/interface.css +++ b/web/css/interface.css @@ -71,6 +71,13 @@ html, body { text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white; } +#subLabel { + position: absolute; + font-size: initial; + font-style: initial; + font-weight: initial; +} + .central { position: absolute; left: 0; diff --git a/web/index.html b/web/index.html index 9797807..7c40468 100755 --- a/web/index.html +++ b/web/index.html @@ -49,6 +49,7 @@