]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added spaces to standardize the css statements
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 3 Apr 2011 00:41:01 +0000 (00:41 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 3 Apr 2011 00:41:01 +0000 (00:41 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8921 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css/elements/navigation.php

index a098759a523addbe0a10d0c0cbdb9edd1fe92b61..c86fc3320437f6d9de8cc8e4e120632f1ec80f15 100644 (file)
@@ -74,7 +74,7 @@
 }
 .elgg-tabs a:hover {
        background: #dedede;
-       color:#4690D6;
+       color: #4690D6;
 }
 .elgg-tabs .elgg-state-selected {
        border-color: #ccc;
  *************************************** */
 /* For dropdown/flyout menus */
 .elgg-menu > li {
-       position:relative;
+       position: relative;
 } 
 
 /* For separators */
 .elgg-menu > li:last-child:after {
-       display:none
+       display: none
 } 
 
 /* Maximize click target */
 .elgg-menu > li > a {
-       display:block
+       display: block
 } 
 
 /* Image placement correction */
 .elgg-menu-hz > li,
 .elgg-menu-hz > li:after,
 .elgg-menu-hz > li > a {
-       display:inline-block;
-       vertical-align:middle;
+       display: inline-block;
+       vertical-align: middle;
 }
 
 /* Allow inline image blocks in horizontal menus */
 }
 
 .elgg-menu-topbar > li {
-       float:left;
+       float: left;
 }
 
 .elgg-menu-topbar > li > a {
 }
 
 .elgg-menu-topbar-alt {
-       float:right;
+       float: right;
 }
 
 /* ***************************************
 }
 
 .elgg-menu-site-more {
-       display:none;
-       position:relative;
+       display: none;
+       position: relative;
        left: -1px;
        width: 100%;
        z-index: 7000;
 }
 
 li:hover > .elgg-menu-site-more {
-       display:block;
+       display: block;
 }
 
 .elgg-menu-site-more > li > a {
@@ -281,7 +281,7 @@ li:hover > .elgg-menu-site-more {
 
 .elgg-more > a:before {
        content: "\25BC";
-       font-size:smaller;
+       font-size: smaller;
        margin-right: 4px;
 }
 
@@ -330,7 +330,7 @@ li:hover > .elgg-menu-site-more {
 }
 .elgg-menu-filter > li > a:hover {
        background: #dedede;
-       color:#4690D6;
+       color: #4690D6;
 }
 .elgg-menu-filter > .elgg-state-selected {
        border-color: #ccc;