The code is as follows;
- Code: Select all
article header li {
display: inline;
background: #d10000;
background: linear-gradient(top, #d10000 0%, #7a0909 100%);
background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
font-size: 12px; font-weight: bold; color: #fff; text-transform: uppercase;
border-top: 3px solid #a13838;
border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
padding: 6px 0 6px 0;
}
This produces this effect;
When it should look like this (ignore the different date!);
I get odd behaviour when I inspect it in my css tool;
Could you please help as I'm guessing there are a number of users who may want this feature?
Thanks