diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-08-22 14:11:02 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-08-22 14:19:05 +0100 |
commit | 5c3881bfacdb34a605ddfbadf1531d0e341d7beb (patch) | |
tree | 088e752d1a6d2fb38d1409dbfb1cb332af92594c /public | |
parent | 15a174375e638b91c138d771d4851613110f9cdc (diff) | |
parent | a29b3aaf0ae77af49d38813b62dddcb6889c1ebe (diff) |
merge from master and make tests pass
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/main.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 8dfecd586..28b2762ab 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -273,24 +273,24 @@ body text-align: left; overflow: visible; } -#view_html_content table { +#view-html-content table { border-collapse: collapse; margin-bottom: 1em; } -#view_html_content td, th { +#view-html-content td, th { border: solid 1px #000000; } -#view_html_content td { +#view-html-content td { vertical-align: top } -#view_html_content td { +#view-html-content td { max-width: 30em; overflow: auto; } -#view_html_content tr:nth-child(odd) { +#view-html-content tr:nth-child(odd) { background-color: #bbbbbb; } -#view_html_content tr:nth-child(even) { +#view-html-content tr:nth-child(even) { background-color: #dddddd; } @@ -890,11 +890,11 @@ a img.attachment_image { /*------------------------------------------------ view attachment as HTML */ -.view_html_content { +.view-html-content { margin-left: 1em; margin-right: 1em; } -.view_html_content, img { +.view-html-content, img { max-width: 50em; } |