mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
update AntOS code
This commit is contained in:
parent
04b2ab0444
commit
073337eabe
@ -263,7 +263,12 @@ div.md-content p.result-header a::before{
|
|||||||
/* #container .blogentry .hljs-ln td.hljs-ln-code {
|
/* #container .blogentry .hljs-ln td.hljs-ln-code {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
} */
|
} */
|
||||||
img {max-width:100%}
|
#renderer img {
|
||||||
|
max-width:100%;
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #333f67;
|
color: #333f67;
|
||||||
|
@ -7,6 +7,7 @@ DocController:subclass("AntosController", {
|
|||||||
},
|
},
|
||||||
name = "antos",
|
name = "antos",
|
||||||
elinks = {
|
elinks = {
|
||||||
{ name = "API", url = "https://doc.iohub.dev/antos/api/index.html" }
|
{ name = "API", url = "https://doc.iohub.dev/antos/api/index.html" },
|
||||||
|
{ name = "Code", url = "https://github.com/lxsang/antos" }
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user