This commit is contained in:
Your Name 2018-10-27 15:00:04 +09:00
parent 97dfefd68a
commit edf879fe1e
2 changed files with 4 additions and 3 deletions

View File

@ -13,6 +13,4 @@
margin-left: 5px;
margin-bottom: 35px;
}
.toplevel_item {
box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4);
}

View File

@ -1805,4 +1805,7 @@ dl.bb-dl > dd > li {
}
.comment {
background: rgb(199, 199, 199);
}
.toplevel_item {
box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4);
}