diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/default/css/elements/typography.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index 82d55cc04..2661372f2 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -65,3 +65,9 @@ h6 { font-size: 0.8em; } line-height: 1.2em; font-style: italic; } + +.elgg-text-help { + display: block; + font-size: 85%; + font-style: italic; +} |