Browse Source

update API table style

pull/4609/head
afc163 8 years ago
parent
commit
b245659887
  1. 5
      site/theme/static/markdown.less

5
site/theme/static/markdown.less

@ -211,13 +211,12 @@
font-family: "Lucida Console", Consolas, Menlo, Courier, monospace;
}
td:nth-child(3) {
width: 20%;
word-break: break-all;
width: 22%;
font-size: 12px;
font-family: "Lucida Console", Consolas, Menlo, Courier, monospace;
}
td:last-child {
width: 15%;
width: 13%;
font-size: 12px;
font-family: "Lucida Console", Consolas, Menlo, Courier, monospace;
}

Loading…
Cancel
Save