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
18d67d7977
commit
83873f96b9
1 changed files with 2 additions and 2 deletions
|
@ -80,12 +80,12 @@ p {
|
|||
|
||||
table {
|
||||
background: #fefefe;
|
||||
border: 2px solid C_LBORDER;
|
||||
border: 2px solid C_DBORDER;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border: 1px solid C_DBORDER;
|
||||
border: 1px solid C_LBORDER;
|
||||
padding: 4pt;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue