straight55b / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

BlueprintCSS need a minor change in grid.css #182

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Now that media generator rewrites url() paths, the following line inside the 
grid.css file within the 
blueprintcss app's media folder needs to change to:

.showgrid { 
  background: url(grid.png); 
}

It is currently:

.showgrid { 
  background: url(blueprintcss/grid.png); 
}

Original issue reported on code.google.com by markus.o...@gmail.com on 9 Jul 2009 at 4:13

GoogleCodeExporter commented 9 years ago
Thanks for the quick report! Stupid, it's correct in beta1.1, but I missed the 
change 
in 1.0.2.2. I've uploaded a new release.

Original comment by wkornew...@gmail.com on 9 Jul 2009 at 4:20