Spaces:
Running
Running
center aligned number columns
Browse files- 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:
|
| 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:
|
| 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 */
|