Author: dsetrakyan
Date: Fri Apr 3 22:20:05 2015
New Revision: 1671183
URL: http://svn.apache.org/r1671183
Log:
1.0.0
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=1671183&r1=1671182&r2=1671183&view=diff
==============================================================================
--- incubator/ignite/site/trunk/css/all.css (original)
+++ incubator/ignite/site/trunk/css/all.css Fri Apr 3 22:20:05 2015
@@ -7936,15 +7936,19 @@ img[usemap], map area {
outline: none;
}
-#list #downloads table {
+#list,
+#downloads table {
width: auto;
}
-#list #downloads table > thead > tr {
+#list > thead > tr,
+#downloads table > thead > tr {
background: #f5f5f5;
}
-#list #downloads table > thead > tr > th {
+#list > thead > tr > th,
+#downloads table > thead > tr > th {
text-align: center;
}
-#list #downloads table > tbody > tr > td:nth-child(3) {
+#list > tbody > tr > td:nth-child(3),
+#downloads table > tbody > tr > td:nth-child(3) {
text-align: center;
}
Modified: incubator/ignite/site/trunk/scss/ignite.scss
URL:
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/scss/ignite.scss?rev=1671183&r1=1671182&r2=1671183&view=diff
==============================================================================
--- incubator/ignite/site/trunk/scss/ignite.scss (original)
+++ incubator/ignite/site/trunk/scss/ignite.scss Fri Apr 3 22:20:05 2015
@@ -387,7 +387,8 @@ img[usemap], map area{
outline: none;
}
-#list #downloads table {
+#list,
+#downloads table {
width: auto;
& > thead > tr {