* web/Views/Blogs/Index.aspx: fixes the presentation
* web/Views/Home/Index.aspx: Fixes the Home page * web/images/FhHRx.gif: * web/App_Themes/style.css: * web/Web.csproj: Makes the Ajax loading gif a local resource
This commit is contained in:
parent
c466aed242
commit
089a7b3827
5 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue