1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 10:22:23 +00:00

edit css/table

This commit is contained in:
ruanyf 2015-10-01 21:58:53 +08:00
parent f54bda7426
commit 81f2022008

View File

@ -248,6 +248,16 @@ body {
border-radius: 5px;
}
#content table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}
#content table th{font-weight:bold}
#content table th,
#content table td{padding:6px 13px;border:1px solid #ddd}
#content table tr{background-color:#fff;border-top:1px solid #ccc}
#content table tr:nth-child(2n){background-color:#f8f8f8}
#back_to_top {
display: none;
position: fixed;