Author: dsetrakyan Date: Mon Jul 20 15:04:56 2015 New Revision: 1691959 URL: http://svn.apache.org/r1691959 Log: formatting
Modified: incubator/ignite/site/trunk/css/all.css incubator/ignite/site/trunk/scss/ignite.scss Modified: incubator/ignite/site/trunk/css/all.css URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/css/all.css?rev=1691959&r1=1691958&r2=1691959&view=diff ============================================================================== --- incubator/ignite/site/trunk/css/all.css (original) +++ incubator/ignite/site/trunk/css/all.css Mon Jul 20 15:04:56 2015 @@ -8123,7 +8123,7 @@ table.overview { margin: auto !important; } table.overview > thead > tr { - border-bottom: 1px solid #3c3c3c; + border-bottom: 1px solid grey !important; } table.overview > thead > tr > th { color: #000; @@ -8136,7 +8136,7 @@ table.overview > thead > tr .left { padding-left: 20px !important; } table.overview > thead > tr .border-right { - border-right: 1px solid #3c3c3c !important; + border-right: 1px solid grey !important; } table.overview > tbody > tr:nth-child(even) { background: #f5f5f5; @@ -8154,7 +8154,7 @@ table.overview > tbody > tr .left { padding-left: 20px !important; } table.overview > tbody > tr .border-right { - border-right: 1px solid #3c3c3c !important; + border-right: 1px solid grey !important; } table.formatted { Modified: incubator/ignite/site/trunk/scss/ignite.scss URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/scss/ignite.scss?rev=1691959&r1=1691958&r2=1691959&view=diff ============================================================================== --- incubator/ignite/site/trunk/scss/ignite.scss (original) +++ incubator/ignite/site/trunk/scss/ignite.scss Mon Jul 20 15:04:56 2015 @@ -599,7 +599,7 @@ table.overview { margin: auto !important; & > thead > tr { - border-bottom: 1px solid #3c3c3c; + border-bottom: 1px solid grey !important; & > th { color: #000; @@ -612,7 +612,7 @@ table.overview { padding-left: 20px !important; } & .border-right { - border-right: 1px solid #3c3c3c !important; + border-right: 1px solid grey !important; } } @@ -638,7 +638,7 @@ table.overview { padding-left: 20px !important; } & .border-right { - border-right: 1px solid #3c3c3c !important; + border-right: 1px solid grey !important; } } }