Commit 40834b53 authored by Pietro Albini's avatar Pietro Albini

Added a message informing the user that the groups' channels aren't dedicated to the support.

parent 4075255e
......@@ -32,6 +32,7 @@
<li><a href="http://webchat.freenode.net/?channels=#ubuntu-it-fcm">Gruppo FCM</a></li>
<li><a href="http://webchat.freenode.net/?channels=#ubuntu-it-test">Gruppo Test</a></li>
</ul>
<p id="group-info">Ricordiamo che i canali dei gruppi non sono dedicati al supporto tecnico, ma al coordinamento delle attivit&agrave; della <a href="http://www.ubuntu-it.org/comunita">Comunit&agrave; Italiana di Ubuntu</a>.</p>
</div>
<div class="clear">
......
......@@ -100,7 +100,7 @@ gruppi della comunità - per chi vuole dare una mano.<br />
Da questa pagina puoi entrare nei canali di chat direttamente dal browser, grazie al servizio di webchat.
</div>
<iframe src="chat-index.html" frameborder="0" height="400px" width="100%" name="chat"></iframe>
<iframe src="chat-index.html" frameborder="0" height="420px" width="100%" name="chat"></iframe>
<script type="text/javascript">
channel = window.location.hash;
......
......@@ -17,6 +17,7 @@ a:hover {
h1, h2, h3, h4, h5, h6 {
color: #222222;
font-weight: normal;
margin-top: 20px;
margin-bottom: 20px;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
}
......@@ -26,7 +27,7 @@ h1 {
line-height: 40px;
margin: 62px 0 32px;
padding-left: 120px;
padding-top: 100px;
padding-top: 110px;
}
h2 {
......@@ -48,3 +49,9 @@ h2 {
float: right;
width: 35%;
}
#group-info
{
font-size: 11px;
font-style: italic;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment