diff --git a/index.php b/index.php index a8339ae..1f24eab 100644 --- a/index.php +++ b/index.php @@ -125,10 +125,11 @@ IRC - IRC + IRC (Matrix support) - irc. + irc.pube.tk + irc.pube.tk (SSL) diff --git a/pube.css b/pube.css index 1070a6e..34fc509 100644 --- a/pube.css +++ b/pube.css @@ -50,6 +50,7 @@ h2 { a { color: #BB7D38; text-decoration: none; + display: block; } a:hover { @@ -88,7 +89,6 @@ table { #services td { border: 1px solid #191919; - } #services td:first-child { @@ -99,7 +99,7 @@ table { width: 50%; } -#services a { +#services td:last-child a { display: block; } @@ -120,4 +120,6 @@ table { word-wrap: break-word; } - +#footer th a { + display: inline; +}