We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f30fd commit 9d67cd0Copy full SHA for 9d67cd0
web/templates/header.html
@@ -22,7 +22,7 @@
22
23
.main {
24
background: #ffffff;
25
- padding: 0 0 12px 0;
+ padding: 0 0 28px 0;
26
box-shadow: 0 0 2px 2px #d7d7d7;
27
border-bottom: 1px solid #cccccc;
28
border-left: 1px solid #cccccc;
@@ -260,6 +260,7 @@
260
.data-add {
261
margin: 0;
262
background-color: #f7f6ed;
263
+ border-bottom: 1px dotted #ccc;
264
}
265
266
.data-dotted {
0 commit comments