Rearrange CSS and images

This commit is contained in:
2012-12-09 14:56:43 -05:00
parent 526a305331
commit 9a3ef2c9c6
19 changed files with 638 additions and 642 deletions
+1 -7
View File
@@ -20,13 +20,7 @@ namespace MileageTraker.Web
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
//routes.MapRoute(
// "Export Vehicles",
// "ETHRAVehicles{year}-{month}-{day}.xls",
// new { controller = "Vehicle", action = "Export" }
// );
routes.MapRoute(
"Default", // Route name
"{controller}/{action}/{id}", // URL with parameters