diff --git a/view-webapp/src/main/sass/main.scss b/view-webapp/src/main/sass/main.scss index dd09b6a..652353a 100644 --- a/view-webapp/src/main/sass/main.scss +++ b/view-webapp/src/main/sass/main.scss @@ -631,7 +631,7 @@ gap: 1em; .equal { - padding: 0.2em 1em; + padding: 1em; border: solid 1px gray; } @@ -652,6 +652,9 @@ font-style: italic; text-align: left; flex: 1; + &:not(:first-child) { + padding-left: 6em; + } } } } diff --git a/view-webapp/src/main/webapp/result-sheets.html b/view-webapp/src/main/webapp/result-sheets.html index 89e34c4..c867f04 100644 --- a/view-webapp/src/main/webapp/result-sheets.html +++ b/view-webapp/src/main/webapp/result-sheets.html @@ -35,7 +35,9 @@
Result sheet
Table $game.t
-
Hd $game.h
+ #set($komi = $tour.komi) + #if($game.h) #set($komi = $komi - $math.floor($komi)) #end +
Handicap $game.h  ‐  Komi $komi
Round $round