add striping to upload index
This commit is contained in:
@@ -54,7 +54,6 @@ table {
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
|
||||
/*** BEGIN CUSTOM STYLES ***/
|
||||
body {
|
||||
font-family: Verdana, Helvetica, sans-serif;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div id="c-uploads">
|
||||
<div id="a-index">
|
||||
<table width="100%">
|
||||
<table width="100%" class="striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
||||
Reference in New Issue
Block a user