Yael: Warum wird dieses durchgestrichen?

Beitrag lesen

Hallo,

hab noch eine weitere Frage, warum wird mein CSS im Firebug durchgestrichen?

http://s1.directupload.net/images/140622/xrkj7nm9.png

Mein CSS Code sieht so aus:

  
#firstNav {  
    border-bottom: 1px solid #dad9d9;  
    margin-bottom: 31px;  
    margin-top: 75px;  
    padding-bottom: 16px;  
}  
  
#firstNav a:first-child {  
	font-weight:bold;  
	padding-right:10px;  
	padding-left:1px;  
}  
  
#firstNav a {  
	font-weight:bold;  
	padding-right:10px;  
}  
  
#firstNav a:last-child {  
	font-weight:bold;  
	padding-right:0px;  
}