css - Can't shorten the height of this li tag -


Although it seems like simple CSS, I do not see the height of li P>

Enter image details here

I have a Attempted to add line-height , height , make sure that padding and margins are 0 ... there is no dice yet what is the location above and below the text is? This is not a a tag inside a Can someone help me?

two line-height settings in your CSS which you must keep in mind :

1) style.css (line 251)

  # primary-menuUl {line-height: 33px; }   

2) style.css (line 204)

  # primary-menuUl one {font: bold 12px / 33px 'merivideo', serif; }    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -