Browse Source

Adds a css class (noborder) for making borderless tables text formatting.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8862 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.4.0
Jean-Philippe Lang 12 years ago
parent
commit
10a462369b
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      public/stylesheets/application.css

+ 2
- 0
public/stylesheets/application.css View File

@@ -765,6 +765,8 @@ div.wiki table, div.wiki td, div.wiki th {
padding: 4px;
}

div.wiki .noborder, div.wiki .noborder td, div.wiki .noborder th {border:0;}

div.wiki .external {
background-position: 0% 60%;
background-repeat: no-repeat;

Loading…
Cancel
Save