Merge pull request #126 from cmrn/bug/124

Added details on how to find updates to error message (Fixes #124)
This commit is contained in:
Stefan Breunig
2013-02-11 14:39:33 -08:00

View File

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