Merge pull request #16 from pauginer/master

Small fix to align links under the title
This commit is contained in:
Siebrand Mazeland
2012-10-24 01:48:51 -07:00

View File

@@ -33,14 +33,18 @@
color: #3366bb;
}
.uls-title a{
padding-left: 15px;
}
.uls-menu h1 {
font-weight: normal;
padding-top: 1.25em;
border: none;
padding-top: 1.25em;
padding-left: 15px;
padding-bottom: 3px;
font-size: 18pt;
line-height: 1.25em;
padding-left: 15px;
color: #555;
}