Hygiene: Kill dead code

Not serving any purpose...

Change-Id: I151e80a79bcaba3d9037fc9f21533a4e9161f60f
This commit is contained in:
jdlrobson 2014-08-14 14:29:40 -07:00
parent aec9489c3b
commit 1c6f5906d0
2 changed files with 0 additions and 42 deletions

View file

@ -151,30 +151,6 @@
}
}
#mw-echo-overlay-title-text {
display: inline;
zoom: 1;
white-space: normal;
}
#mw-echo-overlay-moreinfo-link {
display: inline-block;
margin: 0 2px -1px 4px;
height: 13px;
width: 13px;
/* @embed */
background-image: url(Help.png);
background-repeat: no-repeat;
background-position: 0 0;
filter: alpha(opacity=50);
opacity: 0.5;
&:hover {
filter: alpha(opacity=100);
opacity: 1.0;
}
}
#mw-echo-overlay-footer {
padding: 0;
border-top: 1px solid #DDDDDD;
@ -220,15 +196,3 @@
text-decoration: none;
}
}
.mw-echo-overlay-none {
font-size: 13px;
border-bottom: 1px solid #DDDDDD;
padding: 15px 15px 10px 60px;
}
#mw-echo-overlay-feedback-link {
position: absolute;
bottom: 12px;
right: 15px;
}

View file

@ -16,9 +16,3 @@
#p-personal .mw-echo-overlay li.mw-echo-notification {
color: #6D6D6D;
}
#p-personal #mw-echo-overlay-moreinfo-link {
/* @embed */
background-image: url(Help.png);
background-repeat: no-repeat;
background-position: 0 0;
}