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 6626be5 commit 9ff85f1Copy full SHA for 9ff85f1
src/html/template.html
@@ -35,13 +35,15 @@
35
font-size: 50%;
36
}
37
nav.menu {
38
- line-height: 2
+ margin: 1rem 0;
39
40
nav.menu a {
41
- display: block-inline;
42
- border-radius: 5px;
+ display: inline-block;
+ border-radius: 3px;
43
border: solid 1px #ccc;
44
- padding: 3pt;
+ padding: 0.3rem;
45
+ margin: 0.1rem;
46
+ text-decoration: none;
47
48
.bitfield td.separated {
49
background-color:#eee;
@@ -86,11 +88,6 @@
86
88
</div>
87
89
90
- <div class="row">
- <div class="col-sm-1"></div>
91
- <div class="col-sm-9">
92
- </div>
93
94
<nav class="menu">
95
{% for peripheral in device.peripherals %}
96
<a href="#{{ peripheral.name }}">{{ peripheral.name }}</a>
0 commit comments