Commit e02c4396357c84679dc405cdc5a504848d99d4d1

Authored by AntonioTerceiro
1 parent f00cb2ca

ActionItem0: not putting a border in tables inside comatose_admin


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@347 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
public/stylesheets/comatose_admin.css
... ... @@ -311,3 +311,8 @@
311 311 .noscript #content .revisions #go-btn {
312 312 display: inline;
313 313 }
  314 +
  315 +ul.page-list li table,
  316 +ul.page-list li td {
  317 + border: none;
  318 +}
... ...