@@ -872,7 +872,6 @@ a.btn {
.stat > table td,
.stat > table th {
border-bottom: 1px solid #333;
- text-align: center;
}
/*=== LOGS */
@@ -859,7 +859,6 @@ a.btn {
border-bottom: 1px solid #ddd;
@@ -913,7 +913,6 @@ a.btn {
@@ -1025,7 +1025,6 @@ opacity: 1;
border-bottom: 1px solid #ccc;
background: rgba(255,255,255,0.38);
box-shadow: 0 1px #fff;
@@ -98,6 +98,15 @@ button.as-link:active {
font-size: 1.1em;
+/*=== Tables */
+table {
+ max-width: 100%;
+}
+th.numeric,
+td.numeric {
+ text-align: center;
+
/*=== COMPONENTS */
/*===============*/
/*=== Forms */