[Scummvm-git-logs] scummvm-web master -> ec780b0fd969d139438e8c91aae2697a50785b02

Mataniko mataniko at gmail.com
Sun Oct 13 03:44:47 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
ec780b0fd9 SCSS: Make charts headers align to the center


Commit: ec780b0fd969d139438e8c91aae2697a50785b02
    https://github.com/scummvm/scummvm-web/commit/ec780b0fd969d139438e8c91aae2697a50785b02
Author: Matan Bareket (mataniko at gmail.com)
Date: 2019-10-12T21:44:40-04:00

Commit Message:
SCSS: Make charts headers align to the center

Changed paths:
    scss/pages/_chart.scss


diff --git a/scss/pages/_chart.scss b/scss/pages/_chart.scss
index d1179ae..3a1d1ba 100644
--- a/scss/pages/_chart.scss
+++ b/scss/pages/_chart.scss
@@ -26,7 +26,7 @@
   }
   th {
     font-weight: normal;
-    text-align: left;
+    text-align: center;
   }
   td.details {
     padding: 1em 3em;
@@ -38,7 +38,7 @@
 		&.color2 {
 			background-color: $theme-chart-row-even;
 		}
-  }	
+  }
   thead {
     background-color: $theme-chart-head-background;
   }





More information about the Scummvm-git-logs mailing list