1
Fork 0

Slight fixes of LESS files done.

master
vonavi 2014-07-01 14:00:51 +03:00
parent e02759047b
commit e9b7df422d
2 changed files with 5 additions and 9 deletions

View File

@ -1,10 +1,3 @@
@bootstrap-less-path: "../../vendor/bootstrap/less/";
// Core variables and mixins
@import "@{bootstrap-less-path}variables.less";
@import "@{bootstrap-less-path}mixins.less";
/* Enable the scrolling of chess board up to the page top */
body, html { height: 100%; }
@ -53,5 +46,8 @@ body, html { height: 100%; }
}
.moveOn, .variationOn {
color: #fff;
.bg-variant(@brand-primary);
background-color: #428bca;
a&:hover {
background-color: darken(#428bca, 10%);
}
}

View File

@ -7,7 +7,7 @@ table.tournament {
padding: 0;
}
thead > tr > .opponent,
thead > tr > .score,
tbody > tr > .score,
tbody > tr > .diagonal {
min-width: 21px;