diff options
Diffstat (limited to 'views/default/css')
-rw-r--r-- | views/default/css/elements/page_layout.php | 6 | ||||
-rw-r--r-- | views/default/css/elements/typography.php | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/views/default/css/elements/page_layout.php b/views/default/css/elements/page_layout.php index e17e584a0..7af2dddd4 100644 --- a/views/default/css/elements/page_layout.php +++ b/views/default/css/elements/page_layout.php @@ -132,11 +132,7 @@ border-bottom: 1px solid #CCCCCC; margin-bottom: 10px; } -.elgg-heading-main { - float: left; - max-width: 530px; - margin-right: 10px; -} + .elgg-main > .elgg-head a { float: right; } diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index aa63f8015..bd62363c3 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -48,7 +48,11 @@ h6 { font-size: 0.8em; } text-shadow: 1px 2px 4px #333333; text-decoration: none; } - +.elgg-heading-main { + float: left; + max-width: 530px; + margin-right: 10px; +} .elgg-heading-basic { color: #0054A7; font-size: 1.2em; |