From 4582d0f11a8bb1d284243a6aaad2c81cd7b54989 Mon Sep 17 00:00:00 2001 From: "eroman@chromium.org" Date: Fri, 20 Nov 2009 08:41:28 +0000 Subject: Don't wrap the Size and Date Modified columns in the directory listing view. BUG=2795 Review URL: http://codereview.chromium.org/410008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32603 0039d316-1c4b-4281-b951-d872f2087c98 --- net/base/dir_header.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/base') diff --git a/net/base/dir_header.html b/net/base/dir_header.html index 5505831..400febe 100644 --- a/net/base/dir_header.html +++ b/net/base/dir_header.html @@ -40,7 +40,7 @@ function addRow(name, url, isdir, size, date_modified) { function createCell(text) { var cell = document.createElement("td"); - cell.setAttribute("class", "sizeColumn"); + cell.setAttribute("class", "detailsColumn"); cell.innerText = text; return cell; } @@ -56,7 +56,7 @@ function start(location) { @@ -66,8 +66,8 @@ function start(location) { - - + +
-- cgit v1.1