Tables (feat Егор)
This commit is contained in:
parent
277bc87ff7
commit
66d3fae262
@ -93,6 +93,15 @@
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
table.table tbody tr td,
|
||||
table.table thead tr th,
|
||||
table.table thead {
|
||||
border-left: solid;
|
||||
border-right: solid;
|
||||
border-width: 4px;
|
||||
border-color: #FFFFFF;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="MyBody">
|
||||
|
@ -87,3 +87,12 @@ body {
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
table.table tbody tr td,
|
||||
table.table thead tr th,
|
||||
table.table thead {
|
||||
border-left: solid;
|
||||
border-right: solid;
|
||||
border-width: 4px;
|
||||
border-color: #ffc107
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user