background on table th should be transparent instead

of white

otherwise you will see the white cells on mypage boxes' gradient
pull/41/head
Romano Licker 13 years ago
parent 7b7b39b645
commit ef127ad6af
  1. 2
      public/stylesheets/application.css

@ -870,7 +870,7 @@ padding: 15px 0 15px 0;
#content .mypage-box table th {
border:none;
background: white;
background: transparent;
font-weight: bold;
}

Loading…
Cancel
Save