提交 0df2f7fa 编写于 作者: R Rafael Mendonça França

Merge pull request #19875 from cllns/fix-css-formatting-in-welcome-index

Fix CSS formatting in welcome#index.html.erb
......@@ -18,7 +18,9 @@
color: #000;
}
a {color: #03c}
a {
color: #03c;
}
a:hover {
background-color: #03c;
......@@ -64,7 +66,10 @@
height: 64px;
}
#header h1, #header h2 {margin: 0}
#header h1,
#header h2 {
margin: 0;
}
#header h2 {
color: #888;
......@@ -104,7 +109,9 @@
color: #555;
}
#about-content td.value {color: #000}
#about-content td.value {
color: #000;
}
#about-content ul {
padding: 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册