提交 3fc76b2e 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!166 Adjust table format in blog

Merge pull request !166 from chenyujiahw/website0507_tableFormat
......@@ -80,5 +80,5 @@
s.parentNode.insertBefore(hm, s);
})();
</script>
<link href="{{ "css/table.css" | relURL}}" rel="stylesheet">
</head>
table:not(:last-child) {
margin-bottom: 1em;
}
table {
background-color: transparent;
width: 100%;
text-align: center;
}
table td,
table th {
text-align: left;
border-top: 1px solid #dbdbdb;
border-left: none;
border-right: none;
padding: 8px 12px;
vertical-align: top;
border-collapse: collapse;
border-spacing: 0;
}
table th {
border-top: none;
border-bottom: 1px solid #dbdbdb;
}
thead th {
border-width: 0 0 2px;
color: #363636;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册