Team:Freiburg/css/styles.css

From 2014.igem.org

(Difference between revisions)
m
m
Line 279: Line 279:
.nav > li:first-child {  
.nav > li:first-child {  
   border-radius: 4px 0 0 4px;
   border-radius: 4px 0 0 4px;
-
  display: none;
+
 
}  
}  
.nav > li:first-child > a {  
.nav > li:first-child > a {  
   border-radius: 4px 0 0 0;
   border-radius: 4px 0 0 0;
-
  display: none;
+
 
}
}
.nav > li:last-child {  
.nav > li:last-child {  
   border-radius: 0 0 4px 0;  
   border-radius: 0 0 4px 0;  
   margin-right: 0;
   margin-right: 0;
-
  display: none;
+
}  
}  
.nav > li:last-child > a {  
.nav > li:last-child > a {  
   border-radius: 0 4px 0 0;
   border-radius: 0 4px 0 0;
-
  display: none;
 
}
}
.nav li li a {  
.nav li li a {  
   margin-top: 1px;
   margin-top: 1px;
-
  display:none;
 
}
}
 +
 +
.nav ul li ul {
 +
  display: hidden;}
.nav li a:first-child:nth-last-child(2):before {  
.nav li a:first-child:nth-last-child(2):before {  

Revision as of 18:39, 28 August 2014