Brought back the user icon in personal links
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 30 Jun 2009 21:40:29 +0000 (21:40 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 30 Jun 2009 21:40:29 +0000 (21:40 +0000)
skins/vector/images/user-icon.png
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index b7a19e9..973930c 100644 (file)
Binary files a/skins/vector/images/user-icon.png and b/skins/vector/images/user-icon.png differ
index 072d3eb..21e516d 100644 (file)
@@ -869,3 +869,12 @@ h1#firstHeading {
 #content .printfooter {
        display: none;
 }
+
+
+li#pt-userpage,
+li#pt-anonuserpage,
+li#pt-login {
+       background: url(images/user-icon.png) left top no-repeat;
+       padding-left: 15px !important;
+       text-transform: none;
+}
\ No newline at end of file
index aa59361..ddd4340 100644 (file)
@@ -869,3 +869,11 @@ h1#firstHeading {
 #content .printfooter {
        display: none;
 }
+
+li#pt-userpage,
+li#pt-anonuserpage,
+li#pt-login {
+       background: url(images/user-icon.png) right top no-repeat;
+       padding-right: 15px !important;
+       text-transform: none;
+}
\ No newline at end of file