You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/03/04 13:14:16 UTC

svn commit: r1663963 - /incubator/taverna/site/trunk/content/community/irc.md

Author: stain
Date: Wed Mar  4 12:14:15 2015
New Revision: 1663963

URL: http://svn.apache.org/r1663963
Log:
CMS commit to taverna by stain

Modified:
    incubator/taverna/site/trunk/content/community/irc.md

Modified: incubator/taverna/site/trunk/content/community/irc.md
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/community/irc.md?rev=1663963&r1=1663962&r2=1663963&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/community/irc.md (original)
+++ incubator/taverna/site/trunk/content/community/irc.md Wed Mar  4 12:14:15 2015
@@ -18,25 +18,33 @@ Notice:    Licensed to the Apache Softwa
 
 # #Taverna IRC channel
 
-Some of the Apache Taverna developers and users hang out on IRC:
+Some of the Apache Taverna developers and users hang out on the IRC channel [#taverna](irc://irc.freenode.net/%23taverna):
 
 server:
 :    `irc.freenode.net`
 
 channel:
-:    [`#taverna`](irc://irc.freenode.net/%23taverna)
+:    `#taverna`
 
 If you don't have an [IRC client](https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients) you can use the [freenode webchat](http://webchat.freenode.net/?channels=%23taverna&uio=MTE9MjA16a):
 
 <style type="text/css">
 <!--
-iframe {
+#irc {
   height: 30em;
   width: 100%;
   resize: both;
   overflow: auto;
 }
+iframe {
+  height: 100%;
+  width: 100%;
+  resize: both;
+  overflow: auto;
+}
 -->
 </style>
 
-<iframe id="irc" src="http://webchat.freenode.net?channels=%23taverna&uio=MTE9MjA16a" width="647" height="400"></iframe>
\ No newline at end of file
+<div id="irc">
+<iframe id="ircframe" src="http://webchat.freenode.net?channels=%23taverna&uio=MTE9MjA16a" width="647" height="400"></iframe>
+</div>
\ No newline at end of file