Moving images for docs to /images/docs and using absolute paths site-wide for images

This commit is contained in:
John Mulhausen
2016-02-17 03:11:57 -08:00
parent 25d4daff37
commit 889b8d82f2
49 changed files with 49 additions and 62 deletions
+4 -4
View File
@@ -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 {