diff options
| author | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-14 00:32:14 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-14 00:32:14 +0200 |
| commit | b69c03794f80aa811f0613cf4b802619e7ecdbdd (patch) | |
| tree | 58e472b2767f5a81013c579bbde2ec735f55076d | |
| parent | 6d695f9f698592b323ed3e00e1b2f7f3d388bb3c (diff) | |
Show Meta info caption
| -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
|
