diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-19 05:30:28 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-19 05:30:28 +0000 |
commit | c576e264179f242e213e031ae5e1889070abe4bc (patch) | |
tree | e6d3ecfc8aca2fa6d07787e92c5cee89d212be05 /views/default | |
parent | 458af185465d2fb2377b0c2151627e0a9b9eb65a (diff) | |
download | elgg-c576e264179f242e213e031ae5e1889070abe4bc.tar.gz elgg-c576e264179f242e213e031ae5e1889070abe4bc.tar.bz2 |
Moved elgg-heading-site into typography
git-svn-id: http://code.elgg.org/elgg/trunk@8321 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css/elements/page_layout.php | 14 | ||||
-rw-r--r-- | views/default/css/elements/typography.php | 10 |
2 files changed, 14 insertions, 10 deletions
diff --git a/views/default/css/elements/page_layout.php b/views/default/css/elements/page_layout.php index e5de55830..84cb7ead9 100644 --- a/views/default/css/elements/page_layout.php +++ b/views/default/css/elements/page_layout.php @@ -89,15 +89,6 @@ .elgg-page-header > .elgg-inner { position: relative; } -.elgg-heading-site, .elgg-heading-site:hover { - font-size: 2em; - line-height: 1.4em; - color: white; - font-style: italic; - font-family: Georgia, times, serif; - text-shadow: 1px 2px 4px #333333; - text-decoration: none; -} /***** PAGE BODY ******/ .elgg-page-body > .elgg-inner { @@ -172,3 +163,8 @@ .elgg-page-footer a:hover { color: #666666; } + +.fb-header-nav { + display:table-cell; + width: 10000px; +} diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index c76802231..aa63f8015 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -39,7 +39,15 @@ h6 { font-size: 0.8em; } font-family: Monaco,"Courier New",Courier,monospace; } -<?php //@todo many location-dependent styles are for styling headings. Move those here and make them into non-location-dependent classes ?> +.elgg-heading-site, .elgg-heading-site:hover { + font-size: 2em; + line-height: 1.4em; + color: white; + font-style: italic; + font-family: Georgia, times, serif; + text-shadow: 1px 2px 4px #333333; + text-decoration: none; +} .elgg-heading-basic { color: #0054A7; |