Skip to content
Snippets Groups Projects
Commit c27dad5a authored by Roger W Feese's avatar Roger W Feese
Browse files

Fixed preview ribbon image path.

parent 43ddd347
No related branches found
No related tags found
2 merge requests!20Projects Task 43,!19Projects Task 43
...@@ -90,7 +90,7 @@ $this->contentTitle = ($this->section->getMajor() ? $this->section->getMajor() : ...@@ -90,7 +90,7 @@ $this->contentTitle = ($this->section->getMajor() ? $this->section->getMajor() :
box-shadow: 0px 0px 3px 0px #c00000; box-shadow: 0px 0px 3px 0px #c00000;
background-color: #c00000; background-color: #c00000;
opacity: 0.8; opacity: 0.8;
background-image: url("images/preview-ribbon.png"); background-image: url("/images/preview-ribbon.png");
background-repeat: repeat-y; background-repeat: repeat-y;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment