diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-07 13:27:18 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-07 13:31:57 -0800 |
commit | 94d13172073aa4686ffb37a61d67ae8b849ddb19 (patch) | |
tree | ec5a8451d4f08425cb5f67304ae2376e8f65e74e | |
parent | 6f4fed42a8c598372a6f68f62703d223d40bc333 (diff) | |
download | DotNetOpenAuth-94d13172073aa4686ffb37a61d67ae8b849ddb19.zip DotNetOpenAuth-94d13172073aa4686ffb37a61d67ae8b849ddb19.tar.gz DotNetOpenAuth-94d13172073aa4686ffb37a61d67ae8b849ddb19.tar.bz2 |
Added the OpenIdAjaxTestBox.css file to the MVC project template.
-rw-r--r-- | projecttemplates/MvcRelyingParty/Views/Account/LogOn.aspx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projecttemplates/MvcRelyingParty/Views/Account/LogOn.aspx b/projecttemplates/MvcRelyingParty/Views/Account/LogOn.aspx index a7f1e2d..7a5d87e 100644 --- a/projecttemplates/MvcRelyingParty/Views/Account/LogOn.aspx +++ b/projecttemplates/MvcRelyingParty/Views/Account/LogOn.aspx @@ -126,4 +126,5 @@ </asp:Content> <asp:Content ContentPlaceHolderID="Head" runat="server"> <link rel="Stylesheet" type="text/css" href="<%=Page.ClientScript.GetWebResourceUrl(typeof(DotNetOpenAuth.OpenId.RelyingParty.OpenIdSelector), "DotNetOpenAuth.OpenId.RelyingParty.OpenIdSelector.css")%>" /> + <link rel="Stylesheet" type="text/css" href="<%=Page.ClientScript.GetWebResourceUrl(typeof(DotNetOpenAuth.OpenId.RelyingParty.OpenIdSelector), "DotNetOpenAuth.OpenId.RelyingParty.OpenIdAjaxTextBox.css")%>" /> </asp:Content> |