提交 f90e1bc2 编写于 作者: S Sean Collins

Fix formatting of scaffold css

上级 e539866d
body { background-color: #fff; color: #333; }
body {
background-color: #fff;
color: #333;
}
body, p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
font-size: 13px;
line-height: 18px;
margin: 33px;
}
......@@ -13,9 +16,18 @@ pre {
font-size: 11px;
}
a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }
a {
color: #000;
}
a:visited {
color: #666;
}
a:hover {
color: #fff;
background-color: #000;
}
th {
padding-bottom: 5px;
......@@ -27,7 +39,8 @@ td {
padding-right: 5px;
}
div.field, div.actions {
div.field,
div.actions {
margin-bottom: 10px;
}
......@@ -56,7 +69,7 @@ div.field, div.actions {
padding: 5px 5px 5px 15px;
font-size: 12px;
margin: -7px;
margin-bottom: 0px;
margin-bottom: 0;
background-color: #c00;
color: #fff;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册