提交 833c03dc 编写于 作者: N nem035

Added cursor:pointer when hovering buttons. Improved the layout for headers in...

Added cursor:pointer when hovering buttons. Improved the layout for headers in the algorithm description and added a border for easier visual separation.
上级 8699a389
html, body {
html,
body {
margin: 0;
padding: 0;
overflow: hidden;
......@@ -47,6 +48,7 @@ button {
button:hover {
background: rgba(0, 0, 0, .15) !important;
cursor: pointer;
}
button.active {
......@@ -204,6 +206,12 @@ section {
box-sizing: border-box;
}
#tab_desc h3 {
border-bottom: 1px solid rgb(44, 44, 44);
padding: 5px;
margin: 2px;
}
#tab_desc > .wrapper a {
text-decoration: underline;
}
......@@ -330,4 +338,4 @@ pre {
.mtbl-cell.notified {
background: #f00;
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册