add striping to upload index

This commit is contained in:
albert
2011-09-24 11:07:29 -04:00
parent e4694e4469
commit 5f6f2fa659
2 changed files with 1 additions and 2 deletions

View File

@@ -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;

View File

@@ -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>