cccjc commited on
Commit
2503146
·
1 Parent(s): 4759991

center aligned number columns

Browse files
Files changed (1) hide show
  1. static/css/style.css +2 -2
static/css/style.css CHANGED
@@ -78,7 +78,7 @@
78
  width: 160px !important;
79
  min-width: 160px !important;
80
  max-width: 160px !important;
81
- text-align: right !important;
82
  }
83
 
84
  /* Dimension columns */
@@ -87,7 +87,7 @@
87
  width: 180px !important;
88
  min-width: 180px !important;
89
  max-width: 180px !important;
90
- text-align: right !important;
91
  }
92
 
93
  /* Fix header text wrapping */
 
78
  width: 160px !important;
79
  min-width: 160px !important;
80
  max-width: 160px !important;
81
+ text-align: center !important;
82
  }
83
 
84
  /* Dimension columns */
 
87
  width: 180px !important;
88
  min-width: 180px !important;
89
  max-width: 180px !important;
90
+ text-align: center !important;
91
  }
92
 
93
  /* Fix header text wrapping */