mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
swapped border colors on tables
This commit is contained in:
parent
ff7568132a
commit
3c3873a3c8
1 changed files with 2 additions and 2 deletions
|
@ -80,12 +80,12 @@ p {
|
||||||
|
|
||||||
table {
|
table {
|
||||||
background: #fefefe;
|
background: #fefefe;
|
||||||
border: 2px solid C_LBORDER;
|
border: 2px solid C_DBORDER;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
border: 1px solid C_DBORDER;
|
border: 1px solid C_LBORDER;
|
||||||
padding: 4pt;
|
padding: 4pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue