mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 08:38:26 +01:00
Removed old HTML output header "hack" calculation (#28).
This is unnecessary and breaks any new responsive designs.
This commit is contained in:
parent
5ed8b32d9a
commit
d11bcddc35
1 changed files with 2 additions and 3 deletions
|
@ -16,10 +16,9 @@
|
|||
var MINOR_AUTHOR_PERCENTAGE = 1.00;
|
||||
var isReversed = false;
|
||||
|
||||
|
||||
// Fix header and set it to the right width.
|
||||
var remainingHeaderWidth = ($("div.logo").width() - 4) - ($("div.logo img").innerWidth() + 48)
|
||||
$("div.logo p").css("width", remainingHeaderWidth);
|
||||
//var remainingHeaderWidth = ($("div.logo").width() - 4) - ($("div.logo img").innerWidth() + 48)
|
||||
//$("div.logo p").css("width", remainingHeaderWidth);
|
||||
|
||||
var filterResponsibilities = function() {{
|
||||
$("table#blame tbody tr td:last-child").filter(function() {{
|
||||
|
|
Loading…
Reference in a new issue