Skip to content

Commit d9dcb0e

Browse files
committed
1 parent 3ca33e0 commit d9dcb0e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

css/extra.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
/* Ensure the call-to-action box background and rounding */
44
.calltoaction .D_boxbody {
5-
background: #D1FFE0;
5+
background: #D1D6FF;
66
border-radius: 5px;
7+
border-style: solid;
8+
border-width: 1px;
9+
border-color: lightgray;
710
}
811

912
/* Minimal layout for .D_boxhead and .D_boxsection */

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,14 +380,14 @@ <h1 id="join-the-rocpy-python-user-group">Join The RocPy Python User Group!</h1>
380380
<p>We host monthly presentation series where we share our knowledge and expertise on various Python-related topics. These sessions are usually around 30-60 minutes long and are open to all skill levels. So, if you're interested in learning more about Python or just want to chat with like-minded people, come join us!</p>
381381
<div class="calltoaction minimal">
382382
<div class="D_boxbody">
383-
<form action="http://www.meetup.com/Rochester-Python-Meetup/join/" method="post">
383+
<form action="https://www.meetup.com/Rochester-Python-Meetup/join/" method="post">
384384
<div class="D_boxhead">
385385
<p>You'll get invited to our Meetups as soon as they're scheduled!</p>
386386
</div>
387387
<div class="D_boxsection ">
388388
<input type="submit" name="submit" value="Join us!" class="D_submit" />
389-
<input type="hidden" name="returnUri" value="http://www.meetup.com/Rochester-Python-Meetup" />
390-
<input type="hidden" name="returnUriEnc" value="http%3A%2F%2Fwww.meetup.com%2FRochester-Python-Meetup" id="returnUriEnc" />
389+
<input type="hidden" name="returnUri" value="https://www.meetup.com/Rochester-Python-Meetup" />
390+
<input type="hidden" name="returnUriEnc" value="https%3A%2F%2Fwww.meetup.com%2FRochester-Python-Meetup" id="returnUriEnc" />
391391
<input type="hidden" name="submit" value="1" />
392392
</div>
393393
<div style="clear: both; height: 1px; line-height: 1px;"></div>

0 commit comments

Comments
 (0)