Skip to content

Commit 792b8ab

Browse files
authored
nuking container-ad strings (#245)
see also 1f9d16e
1 parent d7d9eba commit 792b8ab

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

psiturk/example/static/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ h1 {
2929

3030

3131
/* these are all the same for now, but easy to modify individually */
32-
#container-ad, #container-error, #container-exp, #container-consent, #container-instructions, #container-questionnaire {
32+
#container-not-an-ad, #container-error, #container-exp, #container-consent, #container-instructions, #container-questionnaire {
3333
background: white;
3434
margin: 30px;
3535
}

psiturk/example/templates/complete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="/static/css/style.css" type="text/css" />
99
</head>
1010
<body>
11-
<div id="container-ad" class="media">
11+
<div id="container-not-an-ad" class="media">
1212
<div class="media-left pull-left" href="#">
1313
<!-- REPLACE THE LOGO HERE WITH YOUR UNIVERSITY, LAB, or COMPANY -->
1414
<img id="adlogo" src="/static/images/university.png" alt="Lab Logo" />

psiturk/example/templates/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<script src="/static/lib/jquery-min.js" type="text/javascript"> </script>
1010
</head>
1111
<body>
12-
<div id="container-ad" class="media">
12+
<div id="container-not-an-ad" class="media">
1313
<div class="media-left pull-left" href="#">
1414
<!-- REPLACE THE LOGO HERE WITH YOUR UNIVERSITY, LAB, or COMPANY -->
1515
<img id="adlogo" src="/static/images/university.png" alt="Lab Logo" />

psiturk/example/templates/thanks-mturksubmit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</script>
2222
</head>
2323
<body>
24-
<div id="container-ad">
24+
<div id="container-not-an-ad">
2525
<div class="well">
2626
<h1>Thanks for your participation</h1>
2727
<hr>

psiturk/example/templates/thanks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="/static/css/style.css" type="text/css" />
99
</head>
1010
<body>
11-
<div id="container-ad" class="media">
11+
<div id="container-not-an-ad" class="media">
1212
<div class="media-left pull-left" href="#">
1313
<!-- REPLACE THE LOGO HERE WITH YOUR UNIVERSITY, LAB, or COMPANY -->
1414
<img id="adlogo" src="/static/images/university.png" alt="Lab Logo" />

0 commit comments

Comments
 (0)