1
0
Fork 0
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:
suyuan 2024-01-11 21:59:36 +08:00
parent e812f6b7c5
commit 690c46fe1d

View file

@ -31,8 +31,24 @@ abbr[title], acronym[title] {
}
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 {