static/irclogs.css
changeset 56 69494e4a5ecc
parent 55 5667d2bbdc50
child 58 ce028d356e1f
--- a/static/irclogs.css	Mon Feb 09 05:44:29 2009 +0200
+++ b/static/irclogs.css	Mon Feb 09 06:04:27 2009 +0200
@@ -46,6 +46,10 @@
     font-weight: bold;
 }
 
+#menu li.join-left {
+    border-left: none;
+}
+
 #menu li a,
 #menu li form {
     height: 1.5em;
@@ -128,6 +132,12 @@
 /*
  * General
  */
+/* Channel view */
+div#title {
+    text-align: center;
+    text-size: xx-large;
+    font-weight: bold;
+}
 
 /* Calendar */
 table.calendar {