www - update css for yalist

This commit is contained in:
Carsten Haitzler 2015-04-17 10:20:03 +09:00
parent e7b93a61f7
commit 39b8c0ec35
1 changed files with 10 additions and 2 deletions

View File

@ -30,7 +30,7 @@ h1, h2, h3, h4, h5, h6,
}
.page {
padding: 15px 0;
padding: 15px 0;
}
.bs-sidebar {
@ -295,6 +295,14 @@ dd {
color: #505050;
}
.dd {
color: #606060;
margin-left: 40px;
background-color: #202020;
border-radius: 4px;
padding: 6px;
}
button,
html
input[type="button"],
@ -397,7 +405,7 @@ div .comment_head {
}
div .comment_body {
background-color: #303030;
background-color: #282828;
border-radius: 4px;
padding: 6px;
}