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