]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Moved elgg-heading-site into typography
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 19 Feb 2011 05:30:28 +0000 (05:30 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 19 Feb 2011 05:30:28 +0000 (05:30 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8321 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css/elements/page_layout.php
views/default/css/elements/typography.php

index e5de558302c693c6677df1298a3fb740f121e818..84cb7ead924130455c76434d4469357bdeb4479d 100644 (file)
 .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 {
 .elgg-page-footer a:hover {
        color: #666666;
 }
+
+.fb-header-nav {
+       display:table-cell;
+       width: 10000px;
+}
index c768022315fabd893c3407e4726e84bfda327ed5..aa63f8015c62022fb4bd47368696c517dffd2dbd 100644 (file)
@@ -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;