diff options
| -rw-r--r-- | themes/greydragon/css/custom.css | 2 | ||||
| -rw-r--r-- | themes/greydragon/css/modules.css | 2 |
2 files changed, 3 insertions, 1 deletions
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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
|
