Skip to content

Commit

Permalink
nuking container-ad strings
Browse files Browse the repository at this point in the history
  • Loading branch information
deargle committed Jul 14, 2016
1 parent d7d9eba commit c3de3cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion psiturk/example/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ h1 {


/* these are all the same for now, but easy to modify individually */
#container-ad, #container-error, #container-exp, #container-consent, #container-instructions, #container-questionnaire {
#container-not-an-ad, #container-error, #container-exp, #container-consent, #container-instructions, #container-questionnaire {
background: white;
margin: 30px;
}
Expand Down
2 changes: 1 addition & 1 deletion psiturk/example/templates/complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" href="/static/css/style.css" type="text/css" />
</head>
<body>
<div id="container-ad" class="media">
<div id="container-not-an-ad" class="media">
<div class="media-left pull-left" href="#">
<!-- REPLACE THE LOGO HERE WITH YOUR UNIVERSITY, LAB, or COMPANY -->
<img id="adlogo" src="/static/images/university.png" alt="Lab Logo" />
Expand Down
2 changes: 1 addition & 1 deletion psiturk/example/templates/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script src="/static/lib/jquery-min.js" type="text/javascript"> </script>
</head>
<body>
<div id="container-ad" class="media">
<div id="container-not-an-ad" class="media">
<div class="media-left pull-left" href="#">
<!-- REPLACE THE LOGO HERE WITH YOUR UNIVERSITY, LAB, or COMPANY -->
<img id="adlogo" src="/static/images/university.png" alt="Lab Logo" />
Expand Down
2 changes: 1 addition & 1 deletion psiturk/example/templates/thanks-mturksubmit.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</script>
</head>
<body>
<div id="container-ad">
<div id="container-not-an-ad">
<div class="well">
<h1>Thanks for your participation</h1>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion psiturk/example/templates/thanks.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" href="/static/css/style.css" type="text/css" />
</head>
<body>
<div id="container-ad" class="media">
<div id="container-not-an-ad" class="media">
<div class="media-left pull-left" href="#">
<!-- REPLACE THE LOGO HERE WITH YOUR UNIVERSITY, LAB, or COMPANY -->
<img id="adlogo" src="/static/images/university.png" alt="Lab Logo" />
Expand Down

0 comments on commit c3de3cc

Please sign in to comment.