Repository: incubator-carbondata-site Updated Branches: refs/heads/asf-site 535484f55 -> 14cafa481
updated table styling Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/commit/b830d341 Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/tree/b830d341 Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/diff/b830d341 Branch: refs/heads/asf-site Commit: b830d341c2720fb43fb9cddf92c2322716fb9e0a Parents: 535484f Author: jatin <[email protected]> Authored: Thu Apr 13 11:27:10 2017 +0530 Committer: jatin <[email protected]> Committed: Thu Apr 13 12:00:05 2017 +0530 ---------------------------------------------------------------------- content/css/style.css | 6 +----- src/main/webapp/css/style.css | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/b830d341/content/css/style.css ---------------------------------------------------------------------- diff --git a/content/css/style.css b/content/css/style.css index 76aed80..5ad9d29 100644 --- a/content/css/style.css +++ b/content/css/style.css @@ -1233,7 +1233,7 @@ box-shadow: 0 3px 2px #aaa } } #viewpage table { - display: table; + display: block; width: 100%; overflow: auto; margin: 10px 0 20px; @@ -1258,7 +1258,3 @@ box-shadow: 0 3px 2px #aaa } white-space: nowrap; } -#viewpage table td { - word-break: break-all; -} - http://git-wip-us.apache.org/repos/asf/incubator-carbondata-site/blob/b830d341/src/main/webapp/css/style.css ---------------------------------------------------------------------- diff --git a/src/main/webapp/css/style.css b/src/main/webapp/css/style.css index 76aed80..5ad9d29 100644 --- a/src/main/webapp/css/style.css +++ b/src/main/webapp/css/style.css @@ -1233,7 +1233,7 @@ box-shadow: 0 3px 2px #aaa } } #viewpage table { - display: table; + display: block; width: 100%; overflow: auto; margin: 10px 0 20px; @@ -1258,7 +1258,3 @@ box-shadow: 0 3px 2px #aaa } white-space: nowrap; } -#viewpage table td { - word-break: break-all; -} -
