mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 04:49:29 +00:00
CSS tweaks
This commit is contained in:
parent
7469cd8288
commit
9712f63bf9
|
@ -130,7 +130,7 @@ table.table td {
|
|||
table.table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
margin: 0px;
|
||||
margin: 10px 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
|
@ -155,6 +155,8 @@ table.table tr:nth-child(odd) {
|
|||
|
||||
table.table td {
|
||||
padding: 4px;
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
Loading…
Reference in New Issue
Block a user