Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-12-21 08:33:47 +0000
committerSravan Kumar Lakkimsetti2018-12-21 08:33:47 +0000
commit35964f88b0528dfa5c1c1ae56202fc89f73d3020 (patch)
tree2344df74cb952cd4d6aea1ee50d976e610e23ed1 /eclipse.platform.releng.tychoeclipsebuilder
parent81a4a6ca24cc28c1c750e66044b136cfb0b5b2d9 (diff)
downloadeclipse.platform.releng.aggregator-35964f88b0528dfa5c1c1ae56202fc89f73d3020.tar.gz
eclipse.platform.releng.aggregator-35964f88b0528dfa5c1c1ae56202fc89f73d3020.tar.xz
eclipse.platform.releng.aggregator-35964f88b0528dfa5c1c1ae56202fc89f73d3020.zip
Bug 541598 - Generate gitLog as html report
Change-Id: Ia87687532bbac7075a91455c54827e7d344fb902 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/gitLogSection.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/gitLogSection.css b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/gitLogSection.css
index 14e0aa3e9..3a6871f58 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/gitLogSection.css
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/gitLogSection.css
@@ -65,7 +65,7 @@ div.gitLogSection table th.datecell {
div.gitLogSection table td.datecell {
text-align: left;
color: black;
- width: 225px;
+ width: 235px;
text-overflow: ellipsis;
}
@@ -89,7 +89,7 @@ div.gitLogSection table th.commitcell {
div.gitLogSection table td.commitcell {
text-align: left;
- width: 975px;
+ width: 965px;
color: black;
overflow: hidden;
display: inline-block;

Back to the top