increased padding to text links in section titles

svn path=/branches/design/; revision=18488
This commit is contained in:
samtuke 2010-11-30 14:44:20 +00:00
parent 195617d6cf
commit 6e2c4252a5
1 changed files with 3 additions and 2 deletions

View File

@ -729,8 +729,9 @@ h4#subpages + ul li:nth-child(odd) {
}
.section h2 a {
color: white;
padding: 0.2em .6em 0 0;
color: white;
float: right;
padding: 0.2em 0.6em 0 0;
}
#news.section h2 {