Https migrations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
footer {
|
||||
background-color: #222;
|
||||
background-image: url(http://file.astropenguin.net/blog/layout-images/lines.png);
|
||||
background-image: url(/assets/layout-images/lines.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right bottom;
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ header {
|
||||
-webkit-box-shadow: inset 0 0 10px 0 black;
|
||||
box-shadow: inset 0 0 10px 0 black;
|
||||
|
||||
background-image: url(http://file.astropenguin.net/blog/layout-images/home.png);
|
||||
background-image: url(/assets/layout-images/home.png);
|
||||
background-position: 50% 90%;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
@@ -80,7 +80,7 @@ header {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
background-image: url(http://file.astropenguin.net/blog/layout-images/home-blur.png);
|
||||
background-image: url(/assets/layout-images/home-blur.png);
|
||||
background-position: 50% 0;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
@@ -174,7 +174,7 @@ header {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background:url(http://file.astropenguin.net/blog/layout-images/collapse.png) center 2.5px no-repeat;
|
||||
background:url(/assets/layout-images/collapse.png) center 2.5px no-repeat;
|
||||
}
|
||||
|
||||
#collapse_panel:hover {
|
||||
|
||||
Reference in New Issue
Block a user