Smal fix to align links under the title

Whenlinks are included under the ULS title (e.g., go back to display settings),
they need the same padding as the title to be aligned.
This commit does so.
This commit is contained in:
pginer
2012-10-17 17:15:55 +02:00
parent 89a502fdb5
commit 24dc71bcdd

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;
}