adjust style of tables

This commit is contained in:
printempw 2016-12-31 18:42:04 +08:00
parent acedbcce0b
commit 932382d5c8
2 changed files with 2 additions and 10 deletions

View File

@ -2,7 +2,7 @@
* @Author: printempw
* @Date: 2016-07-22 14:08:41
* @Last Modified by: printempw
* @Last Modified time: 2016-12-31 11:27:18
* @Last Modified time: 2016-12-31 18:41:39
*/
@import "style.scss";
@ -50,7 +50,3 @@ td {
color: #3c8dbc;
}
}
.table>tbody>tr>td {
border-top: 0 !important;
}

View File

@ -2,7 +2,7 @@
* @Author: printempw
* @Date: 2016-06-04 20:55:09
* @Last Modified by: printempw
* @Last Modified time: 2016-12-31 11:27:40
* @Last Modified time: 2016-12-31 18:41:28
*/
$font_stack: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
@ -220,7 +220,3 @@ input:-webkit-autofill {
td[class='key'], td[class='value'] {
border-top: 0 !important;
}
tr.even {
background-color: #f7f7f7;
}