remove more deprecated stuff

This commit is contained in:
Stefan Breunig 2013-02-15 16:23:11 +01:00
parent 670c08ec11
commit f1467dd1e9
2 changed files with 1 additions and 18 deletions

View File

@ -26,8 +26,7 @@ window.setupLargeImagePreview = function() {
window.setupStyles = function() {
$('head').append('<style>' +
[ 'body:after { display: none } ',
'#largepreview.enl img { border:2px solid '+COLORS[TEAM_ENL]+'; } ',
[ '#largepreview.enl img { border:2px solid '+COLORS[TEAM_ENL]+'; } ',
'#largepreview.res img { border:2px solid '+COLORS[TEAM_RES]+'; } ',
'#largepreview.none img { border:2px solid '+COLORS[TEAM_NONE]+'; } ',
'#chatcontrols { bottom: '+(CHAT_SHRINKED+24)+'px; }',

View File

@ -1,19 +1,3 @@
/* update notice */
body:after {
background: none repeat scroll 0 0 #FFFFFF;
color: red;
content: "Please update your total conversion script or it will not work properly anymore. \a Google \"ingress total conversion\".";
display: block;
font-weight: bold;
left: 381px;
padding: 2px;
position: absolute;
top: 0;
z-index: 9001;
white-space: pre;
text-align: center;
}
/* general rules ******************************************************/
html, body, #map {