Browse Source

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/trunk@4177 92316355-f0b4-4df1-b90c-862c8a59935f

master
carmie 15 years ago
parent
commit
56e37db98f
1 changed files with 8 additions and 3 deletions
  1. +8
    -3
      trac/htdocs/libcaca.css

+ 8
- 3
trac/htdocs/libcaca.css View File

@@ -446,12 +446,17 @@ h1 :link, h1 :visited {
margin-bottom: 0.2em;
}
/* forum */
table.listing thead th.time,
table.listing tbody td.time,
table.listing tbody th.time {
padding: none;
}

table.listing thead th.moderators,
table.listing tbody td.moderators,
table.listing tbody th.moderators,
table.listing thead th.time,
table.listing tbody td.time,
table.listing tbody th.time {
table.listing thead th.founded,
table.listing tbody td.founded,
table.listing tbody th.founded {
display: none;
}

Loading…
Cancel
Save