Skip to content
Snippets Groups Projects
Commit be06354c authored by Brian Moe's avatar Brian Moe
Browse files

Fixed refs to branson-static left from devel.

parent 3e83a5fa
No related branches found
No related tags found
No related merge requests found
......@@ -37,12 +37,12 @@ table.figures {width:300px;height:270px;border:1px solid gray;}
}
.tundra.eventDetail .pmTitlePaneClass .dijitClosed .dijitArrowNode {
background-image: url('/branson-static/images/plusButton.gif');
background-image: url('/gracedb-static/images/plusButton.gif');
background-position: 0px 0px;
}
.tundra.eventDetail .pmTitlePaneClass .dijitOpen .dijitArrowNode {
background-image: url('/branson-static/images/minusButton.gif');
background-image: url('/gracedb-static/images/minusButton.gif');
background-position: 0px 0px;
}
......
......@@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="stylesheet" href="/branson-static/css/style.css" />
<link rel="stylesheet" href="/gracedb-static/css/style.css" />
<title>GraceDb | {% block title %}{% endblock %}</title>
<!-- START TESTING -->
<script type="text/javascript">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment