xbx #139

Merged
theluyuan merged 12 commits from xbx into master 2020-11-20 03:19:16 +00:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit b1f7af7588 - Show all commits

View File

@ -53,7 +53,7 @@ video{
.member{
cursor: default;
border-bottom-style: solid;
border-width: 1px;
border-width: 0;
border-bottom-color: #f0f0f0;
}
#video-grid{

View File

@ -8,6 +8,12 @@
<link rel="stylesheet" href="./css/bootstrap-material-design.min.css">
<link rel="stylesheet" href="./css/index.css">
<link rel="stylesheet" href="./css/room.css">
<style>
#member-list > div{
padding: 32px;
border-bottom: 1px solid #EEEEEE;
}
</style>
</head>
<body>