From e9b7df422d857df605eb7dca82f037e947cf5b36 Mon Sep 17 00:00:00 2001 From: vonavi Date: Tue, 1 Jul 2014 14:00:51 +0300 Subject: [PATCH] Slight fixes of LESS files done. --- _assets/stylesheets/less/pgn4web.less | 12 ++++-------- _assets/stylesheets/less/table.custom.less | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/_assets/stylesheets/less/pgn4web.less b/_assets/stylesheets/less/pgn4web.less index 1bbc103..e6bbffa 100644 --- a/_assets/stylesheets/less/pgn4web.less +++ b/_assets/stylesheets/less/pgn4web.less @@ -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%); + } } diff --git a/_assets/stylesheets/less/table.custom.less b/_assets/stylesheets/less/table.custom.less index c0b484f..fe18c0b 100644 --- a/_assets/stylesheets/less/table.custom.less +++ b/_assets/stylesheets/less/table.custom.less @@ -7,7 +7,7 @@ table.tournament { padding: 0; } - thead > tr > .opponent, + thead > tr > .score, tbody > tr > .score, tbody > tr > .diagonal { min-width: 21px;