mirror of
https://github.com/foxsen/archbase.git
synced 2026-07-05 03:17:55 +08:00
foxsen published a site update
This commit is contained in:
33
libs/tabwid/tabwid.css
Normal file
33
libs/tabwid/tabwid.css
Normal file
@@ -0,0 +1,33 @@
|
||||
.tabwid table{
|
||||
border-spacing:0px !important;
|
||||
border-collapse:collapse;
|
||||
line-height:1;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
border-width: 0;
|
||||
display: table;
|
||||
margin-top: 1.275em;
|
||||
margin-bottom: 1.275em;
|
||||
border-color: transparent;
|
||||
}
|
||||
.tabwid_left table{
|
||||
margin-left:0;
|
||||
}
|
||||
.tabwid_right table{
|
||||
margin-right:0;
|
||||
}
|
||||
.tabwid td {
|
||||
padding: 0;
|
||||
}
|
||||
.tabwid a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.tabwid thead {
|
||||
background-color: transparent;
|
||||
}
|
||||
.tabwid tfoot {
|
||||
background-color: transparent;
|
||||
}
|
||||
.tabwid table tr {
|
||||
background-color: transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user