Skip to content

Commit

Permalink
minor display tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pippijn committed Sep 13, 2013
1 parent b5eeb9c commit cfba20d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion home/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ a img {
}

p {
margin: 0 15px 18px 10px;
margin: 0 15px 0.5em 10px;
}

h1 {
Expand Down Expand Up @@ -302,6 +302,8 @@ td.release {

ul {
padding-left: 2.0em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}

.centered-image {
Expand Down
10 changes: 5 additions & 5 deletions home/irc/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,27 +98,27 @@ <h2>Connecting to IRC
</h3> <p>Refer to the above section about purple clients for the CA certificate.
</p> <p>Next, add the IRC server to your client:
</p> <p>
<img src="pidgin/step1.png" alt="Manage Accounts" />
<img alt="Manage Accounts" src="pidgin/step1.png" />

</p> <p>Click "Add" in the "Manage Accounts" dialog and enter the following
information in the Basic tab:
</p> <p>
<img src="pidgin/step2.png" alt="Add Account" />
<img alt="Add Account" src="pidgin/step2.png" />

</p> <p>Now, we need to tell Pidgin that we want to have an encrypted connection. Make
sure you change the port number to 6697 and check the SSL checkbox.
</p> <p>
<img alt="SSL Settings" src="pidgin/step3.png" />
<img src="pidgin/step3.png" alt="SSL Settings" />

</p> <p>If you get the following message box, the installation of our CA certificate
went wrong.
</p> <p>
<img src="pidgin/step4.png" alt="Invalid Certificate" />
<img alt="Invalid Certificate" src="pidgin/step4.png" />

</p> <p>In that case, click "View Certificate", which will bring this information
window:
</p> <p>
<img src="pidgin/step5.png" alt="Invalid Certificate" />
<img alt="Invalid Certificate" src="pidgin/step5.png" />

</p> <p>Copy the information and then click OK and accept and contact a staff member
to help solve the problem.
Expand Down

0 comments on commit cfba20d

Please sign in to comment.