commit | f53aca2a3bd463f9ccb824d6242f739bbe8933cd | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Feb 25 10:04:24 2010 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Thu Feb 25 10:04:24 2010 -0800 |
tree | 481d35b9c101938e419958fe2c038342becdb3a8 | |
parent | 4638558de661f833910a6dfda66f1d5a32da08bd [diff] |
Fix file line padding in side-by-side viewer Setting "padding: 0" on td was overriding the padding of the actual CSS class we tried to apply, because its selector was higher priority. Instead only set padding-top,-bottom as that is what we need to control the per-row gaps. Change-Id: I8c5d83d4b4c08dc7197edee9614390ae50424544 Signed-off-by: Shawn O. Pearce <sop@google.com>