forked from Botanical/BotanJS
Https migrations
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user