drime

French rhyme dictionary with web and CLI interface
git clone https://a3nm.net/git/drime/
Log | Files | Refs | README

commit bdab1b86bae2aca01b65cd32af87f54da80979e2
parent cf8d1d7bc2c7c42b3cc30c1007df546f80eaef87
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 27 Dec 2011 16:54:40 +0100

change style of tablesorter

Diffstat:
COPYING | 2+-
static/style.css | 8++++----
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/COPYING b/COPYING @@ -3,7 +3,7 @@ My code is under GPLv3. The following third-party code is used: - static/asc.gif, static/bg.gif, static/desc.gif static/jquery.tablesorter.js, - static/style.css: + static/style.css (modified): From http://tablesorter.com/ by Christian Bach. MIT licensed. - static/jquery.js: From http://jquery.com/. MIT licensed. diff --git a/static/style.css b/static/style.css @@ -2,12 +2,12 @@ table.tablesorter { background-color: #CDCDCD; margin:10px 0pt 15px; - font-size: 8pt; width: 100%; + font-size: 8pt; text-align: left; } table.tablesorter thead tr th, table.tablesorter tfoot tr th { - background-color: #e6EEEE; + background-color: #dfd; border: 1px solid #FFF; font-size: 8pt; padding: 4px; @@ -25,7 +25,7 @@ table.tablesorter tbody td { vertical-align: top; } table.tablesorter tbody tr.odd td { - background-color:#F0F0F6; + background-color:#f3fff3; } table.tablesorter thead tr .headerSortUp { background-image: url(asc.gif); @@ -34,5 +34,5 @@ table.tablesorter thead tr .headerSortDown { background-image: url(desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { -background-color: #8dbdd8; +background-color: #bfb; }