Https migrations

This commit is contained in:
2015-11-24 19:23:30 +08:00
parent 07ceb117da
commit bd966f2fac
12 changed files with 47 additions and 23 deletions

View File

@@ -58,9 +58,9 @@ html, body { height: 100%; }
height: 90px;
}
.c401 { background: url(http://file.astropenguin.net/blog/layout-images/errorcodes.png) 0 0; }
.c403 { background: url(http://file.astropenguin.net/blog/layout-images/errorcodes.png) 200px 0; }
.c404 { background: url(http://file.astropenguin.net/blog/layout-images/errorcodes.png) 0 90px; }
.c401 { background: url(/assets/layout-images/errorcodes.png) 0 0; }
.c403 { background: url(/assets/layout-images/errorcodes.png) 200px 0; }
.c404 { background: url(/assets/layout-images/errorcodes.png) 0 90px; }
.b401 { background: cornflowerblue; }
.b403 { background: crimson; }
@@ -89,11 +89,11 @@ html, body { height: 100%; }
margin-left: -200px;
margin-top: -200px;
background: url(http://file.astropenguin.net/blog/layout-images/ring.png) center center no-repeat;
background: url(/assets/layout-images/ring.png) center center no-repeat;
}
h1 {
font-family: sans-serif;
font-size: 4em;
}
}