浏览代码

fixed spelling mistake

master
Pentabyteman GitHub 8 年前
父节点
当前提交
05b8ff4379
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. +4
    -3
      web_dev/header.html

+ 4
- 3
web_dev/header.html 查看文件

@@ -24,17 +24,17 @@
}
table{
border-collapse: collapse;
border: 1px solid black;
border: none;
}
table tr{
border: 1px solid black;
border: none;
vertical-align: top;
}

table td{
padding-left: 10px;
padding-top: 2px;
border: 1px solid black;
border: none;
}
.link-container {
text-align: center;
@@ -126,3 +126,4 @@
<li><a href="https://www.none.com">Mein Goethopia</a></li>
</ul>
</div>
</div>

正在加载...
取消
保存