From b69c03794f80aa811f0613cf4b802619e7ecdbdd Mon Sep 17 00:00:00 2001 From: Tristan Zur Date: Sun, 14 Jun 2015 00:32:14 +0200 Subject: Show Meta info caption --- themes/greydragon/css/custom.css | 2 ++ themes/greydragon/css/modules.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/greydragon/css/custom.css b/themes/greydragon/css/custom.css index d9b3582..e95a43f 100644 --- a/themes/greydragon/css/custom.css +++ b/themes/greydragon/css/custom.css @@ -59,3 +59,5 @@ border: none; padding: 0; } + +#g-metadata strong.caption { display: inline; } diff --git a/themes/greydragon/css/modules.css b/themes/greydragon/css/modules.css index ff155d2..05eef0d 100644 --- a/themes/greydragon/css/modules.css +++ b/themes/greydragon/css/modules.css @@ -87,7 +87,7 @@ ul#g-feeds { padding: 0; margin: 0; } #g-metadata ul { padding: 0; } #g-metadata .g-description { margin-top: 0.4em; padding: 0.4em 0; } -#g-metadata strong.caption { display: none; } +#g-metadata strong.caption { display: block; } /* modules.css - Calendar ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/ -- cgit v1.0-28-g1787