mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
14 lines
264 B
CSS
14 lines
264 B
CSS
.newest_document_default_box {
|
|
padding:5px;
|
|
}
|
|
|
|
.newest_document_default_box .title {
|
|
font-weight:bold;
|
|
border-bottom:1px solid #EEEEEE;
|
|
padding:5px;
|
|
}
|
|
|
|
.newest_document_default_box .item {
|
|
border-bottom:1px solid #EEEEEE;
|
|
padding:5px;
|
|
}
|