diff options
| author | Michael <[email protected]> | 2017-03-25 13:19:40 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-25 13:19:40 -0400 |
| commit | 77b1caf60e4ba5ad97dcb1e3785f936a62732949 (patch) | |
| tree | fdf269e8746626024a2e8532bd2360fcc49e40f3 | |
| parent | 0904c5875a218f976cbed06ee39a0bf28edc88ff (diff) | |
| download | project-unite-77b1caf60e4ba5ad97dcb1e3785f936a62732949.tar.gz project-unite-77b1caf60e4ba5ad97dcb1e3785f936a62732949.tar.bz2 project-unite-77b1caf60e4ba5ad97dcb1e3785f936a62732949.zip | |
crap
| -rw-r--r-- | Project-Unite/Views/Skins/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Skins/Index.cshtml b/Project-Unite/Views/Skins/Index.cshtml index 39a1ddb..73274eb 100644 --- a/Project-Unite/Views/Skins/Index.cshtml +++ b/Project-Unite/Views/Skins/Index.cshtml @@ -26,7 +26,7 @@ @foreach(var skin in Model) { <tr> - <td><img src="@skin.ScreenshotUrl" style="width:auto;height:auto;" style="max-width:320px;width:auto;height:auto;"/></td> + <td><img src="@skin.ScreenshotUrl" style="max-width:320px;width:auto;height:auto;"/></td> <td> @Html.ActionLink(skin.Name, "ViewSkin", "Skins", new { id = skin.Name }, null) <br/> <p>By @Html.UserLink(skin.UserId) on @skin.PostedAt</p> |
