szurubooru/public_html/media/css/index-help.css

23 lines
283 B
CSS
Raw Normal View History

2014-02-16 12:32:03 +01:00
.tab-content {
padding-left: 1em;
}
2014-03-03 21:10:18 +01:00
table {
border-spacing: 0;
border: 3px solid #eee;
}
table th {
padding: 0.3em 0.5em;
}
table td {
padding: 0.1em 0.5em;
}
table th {
text-align: left;
background: #eee;
}
table td:first-child {
white-space: pre;
font-family: verdana;
}