diff --git a/src/UntappedWidgetGenerator.Web/Content/jquery.UntappedWidget.less b/src/UntappedWidgetGenerator.Web/Content/jquery.UntappedWidget.less index f6ab097..d3c9bd7 100644 --- a/src/UntappedWidgetGenerator.Web/Content/jquery.UntappedWidget.less +++ b/src/UntappedWidgetGenerator.Web/Content/jquery.UntappedWidget.less @@ -14,12 +14,12 @@ .badges { margin-right: 3px; - img{ + + img { width: 52px; height: 52px; border-radius: 27px; } - } .stats-bar { diff --git a/src/UntappedWidgetGenerator.Web/IndexModule.cs b/src/UntappedWidgetGenerator.Web/IndexModule.cs index 9daca7e..f053722 100644 --- a/src/UntappedWidgetGenerator.Web/IndexModule.cs +++ b/src/UntappedWidgetGenerator.Web/IndexModule.cs @@ -7,7 +7,9 @@ namespace UntappedWidgetGenerator.Web { public IndexModule(IUntappedRepository repository ) { - Get["/"] = x => View["Views/Index/Index.cshtml", "tparnell"]; + Get["/"] = x => { + return View["Views/Index/Index.cshtml", "tparnell"]; + }; Get["/{username}/browse"] = x => View["Views/Index/Index.cshtml", (string)x.username]; Get["/{username}/html"] = parameters => {