mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 11:11:54 +02:00
(v1.5.0.9026) vignette update, support for GISA
This commit is contained in:
@ -187,30 +187,30 @@ div[id^=last-updated] h2 {
|
||||
}
|
||||
|
||||
/* tables, make them look like scientific ones */
|
||||
table {
|
||||
.table {
|
||||
font-size: 90%;
|
||||
}
|
||||
table * {
|
||||
.table * {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
table td {
|
||||
.table td {
|
||||
padding: 4px !important;
|
||||
}
|
||||
thead {
|
||||
.table thead {
|
||||
border-top: 2px solid black;
|
||||
border-bottom: 2px solid black;
|
||||
}
|
||||
thead ~ tbody {
|
||||
.table thead ~ tbody {
|
||||
/* only when it has a header */
|
||||
border-bottom: 2px solid black;
|
||||
}
|
||||
thead th {
|
||||
.table thead th {
|
||||
text-align: inherit;
|
||||
}
|
||||
table a:not(.btn), .table a:not(.btn) {
|
||||
.table a:not(.btn) {
|
||||
text-decoration: inherit;
|
||||
}
|
||||
table a:not(.btn):hover, .table a:not(.btn):hover {
|
||||
.table a:not(.btn):hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user