Moving images for docs to /images/docs and using absolute paths site-wide for images
This commit is contained in:
+4
-4
@@ -540,7 +540,7 @@ header {
|
||||
background-color: #303030; }
|
||||
|
||||
#hero {
|
||||
background-image: url(../images/texture.png);
|
||||
background-image: url(/images/texture.png);
|
||||
background-color: #303030;
|
||||
text-align: center;
|
||||
padding-left: 0;
|
||||
@@ -558,7 +558,7 @@ header {
|
||||
|
||||
footer {
|
||||
width: 100%;
|
||||
background-image: url(../images/texture.png);
|
||||
background-image: url(/images/texture.png);
|
||||
background-color: #303030; }
|
||||
footer main {
|
||||
padding: 40px 0; }
|
||||
@@ -600,7 +600,7 @@ footer {
|
||||
|
||||
.social a {
|
||||
display: inline-block;
|
||||
background-image: url(../images/social_sprite.png);
|
||||
background-image: url(/images/social_sprite.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: auto;
|
||||
width: 50px;
|
||||
@@ -821,7 +821,7 @@ section {
|
||||
white-space: nowrap;
|
||||
text-indent: 50px;
|
||||
overflow: hidden;
|
||||
background: #3371e3 url(../images/pencil.png) no-repeat;
|
||||
background: #3371e3 url(/images/pencil.png) no-repeat;
|
||||
background-position: 1px 1px;
|
||||
background-size: auto; }
|
||||
#docsContent #pageTOC ul, #docsContent #pageTOC li {
|
||||
|
||||
Reference in New Issue
Block a user