SVNからのミラー
This commit is contained in:
23
public/static/style-table.css
Normal file
23
public/static/style-table.css
Normal file
@@ -0,0 +1,23 @@
|
||||
table {
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
border: 1px solid #c016c6;
|
||||
background-color: #232023;
|
||||
margin: auto;
|
||||
width: 95%;
|
||||
max-width: 1100px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border-bottom: 1px solid #ea79d8;
|
||||
text-align: left;
|
||||
padding: 10px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #550f75;
|
||||
color: #fcfcfc;
|
||||
width: 300px;
|
||||
}
|
||||
Reference in New Issue
Block a user