move videos style to file
This commit is contained in:
15
static/style/videos.css
Normal file
15
static/style/videos.css
Normal file
@@ -0,0 +1,15 @@
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
border: 1px solid #ddd;
|
||||
padding: 8px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #f2f2f2;
|
||||
}
|
Reference in New Issue
Block a user