diff --git a/web/App_Themes/style.css b/web/App_Themes/style.css index 1244a8ce..d15e3ff7 100644 --- a/web/App_Themes/style.css +++ b/web/App_Themes/style.css @@ -1,5 +1,4 @@ - body { background-color: black; color: #D0FFD0; @@ -25,7 +24,7 @@ body { height: 100%; width: 100%; background: rgba( 255, 255, 255, .8 ) - url('http://i.stack.imgur.com/FhHRx.gif') + url('/images/FhHRx.gif') 50% 50% no-repeat; } diff --git a/web/Views/Blogs/Index.aspx b/web/Views/Blogs/Index.aspx index d452d7cc..67e0ad52 100644 --- a/web/Views/Blogs/Index.aspx +++ b/web/Views/Blogs/Index.aspx @@ -4,12 +4,14 @@
<%= Html.Markdown(p.Intro,"/bfiles/"+p.Id+"/") %>
<%= Html.Partial("PostActions",p)%>