File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ We host monthly presentation series where we share our knowledge and expertise o
1717
1818<div class =" calltoaction minimal " >
1919 <div class="D_boxbody">
20- <form action="http ://www.meetup.com/Rochester-Python-Meetup/join/" method="post">
20+ <form action="https ://www.meetup.com/Rochester-Python-Meetup/join/" method="post">
2121 <div class="D_boxhead">
2222 <p>You'll get invited to our Meetups as soon as they're scheduled!</p>
2323 </div>
2424 <div class="D_boxsection ">
2525 <input type="submit" name="submit" value="Join us!" class="D_submit" />
26- <input type="hidden" name="returnUri" value="http ://www.meetup.com/Rochester-Python-Meetup" />
27- <input type="hidden" name="returnUriEnc" value="http %3A%2F%2Fwww.meetup.com%2FRochester-Python-Meetup" id="returnUriEnc" />
26+ <input type="hidden" name="returnUri" value="https ://www.meetup.com/Rochester-Python-Meetup" />
27+ <input type="hidden" name="returnUriEnc" value="https %3A%2F%2Fwww.meetup.com%2FRochester-Python-Meetup" id="returnUriEnc" />
2828 <input type="hidden" name="submit" value="1" />
2929 </div>
3030 <div style="clear: both; height: 1px; line-height: 1px;"></div>
You can’t perform that action at this time.
0 commit comments