mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update cascade.css
This commit is contained in:
parent
e812f6b7c5
commit
690c46fe1d
1 changed files with 20 additions and 4 deletions
|
@ -30,10 +30,26 @@ abbr[title], acronym[title] {
|
|||
cursor: help;
|
||||
}
|
||||
|
||||
table {
|
||||
table {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
strong {
|
||||
border-bottom: 2px solid;
|
||||
}
|
||||
|
||||
ol, ul {
|
||||
list-style: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue