thrrgilag.net/static/custom.css

18 lines
186 B
CSS
Raw Normal View History

2019-09-07 19:40:58 +00:00
.yoda {
border: none;
}
2018-11-24 21:02:48 +00:00
.yoda table {
border-spacing: 10px;
2019-09-07 19:40:58 +00:00
border: none;
2018-11-24 21:02:48 +00:00
}
.yoda th {
text-align: right;
padding-right: 10px;
2019-09-07 19:40:58 +00:00
border: none;
2018-11-24 21:02:48 +00:00
}
2019-09-07 19:40:58 +00:00
.yoda td {
border: none;
}