findtim
Top Contributor
how do people like to read thier css? this is my WP sites.
like this:
#nav li a{ color:#fff; display:block; font-size:18px; font-weight:bold; margin:0; padding:8px 18px; position:relative; text-decoration:none}
or this:
#nav li a{
color:#fff;
display:block;
font-size:18px;
font-weight:bold;
margin:0;
padding:8px 18px;
position:relative;
text-decoration:none
}
any other ways?
and also i find if i cut and paste the css out, then put it back in i end up with row gaps, anyone know a quick way to fix that? i've tried a few with no luck.
eg:
#nav li a{
color:#fff;
display:block;
font-size:18px;
font-weight:bold;
margin:0;
padding:8px 18px;
position:relative;
text-decoration:none
}
like this:
#nav li a{ color:#fff; display:block; font-size:18px; font-weight:bold; margin:0; padding:8px 18px; position:relative; text-decoration:none}
or this:
#nav li a{
color:#fff;
display:block;
font-size:18px;
font-weight:bold;
margin:0;
padding:8px 18px;
position:relative;
text-decoration:none
}
any other ways?
and also i find if i cut and paste the css out, then put it back in i end up with row gaps, anyone know a quick way to fix that? i've tried a few with no luck.
eg:
#nav li a{
color:#fff;
display:block;
font-size:18px;
font-weight:bold;
margin:0;
padding:8px 18px;
position:relative;
text-decoration:none
}