Browse code

Change to reprise.table.bootstrap.css changing 'table-layout: fixed;' to 'table-layout: auto;'. This allows the addition of extra columns without overly squishing the table. Version bump

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ReportingTools@82989 bc3139a8-67e5-0310-9ffc-ced21a209358

Melanie Huntley authored on 06/11/2013 18:29:22
Showing 2 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: ReportingTools
2 2
 Title: Tools for making reports in various formats
3
-Version: 2.3.1
3
+Version: 2.3.2
4 4
 Author: Jason A. Hackney, Melanie Huntley, Jessica L. Larson, Christina Chaivorapol, Gabriel Becker, and Josh Kaminker
5 5
 Maintainer: Jason A. Hackney <hackney.jason@gene.com>, Gabriel Becker <gmbecker@ucdavis.edu>
6 6
 Depends: methods, knitr
... ...
@@ -27,7 +27,7 @@ h1{ }
27 27
 
28 28
 .table {
29 29
 	clear: both;
30
-        table-layout: fixed;
30
+        table-layout: auto;
31 31
         margin-bottom: 6px !important;
32 32
         font-size: 10pt;
33 33
         border-bottom: 1px solid #F5F5F5;