Fix ULS: Pointer style target should match click target

Reported at https://bugzilla.wikimedia.org/show_bug.cgi?id=41314
Also removed unwanted a tag

Change-Id: Id3eeabf76a12a8ec2c0d38b27b868216a2f785e0
This commit is contained in:
Santhosh Thottingal
2012-10-24 12:01:07 +05:30
parent 64435b1919
commit 761c845ad2
3 changed files with 7 additions and 9 deletions

View File

@@ -3,18 +3,16 @@ body {
padding-right: 10%;
font-family: Arial, Helvetica, sans-serif;
}
a {
text-decoration: none;
}
div.navbar {
background-color: #333;
color: #FFFFFF;
padding: 20px;
}
span.uls-trigger {
float: right;
}
span.uls-trigger a {
cursor: pointer;
color: #FFFFFF;
font-weight: bold;
}