]> git.evergreen-ils.org Git - Evergreen.git/commit
TPAC: Remove unused CSS from semiauto.css
authorDan Scott <dscott@laurentian.ca>
Wed, 19 Oct 2011 19:33:01 +0000 (15:33 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 19 Oct 2011 19:33:01 +0000 (15:33 -0400)
commitd6557d0254c87eb009c7475c574279350333ffb2
treee07200e1e257bafb7ed88fbbaface6f21d068c30
parent2382dbe9003a35f83dc0ee12dfe10db37cd1e65d
TPAC: Remove unused CSS from semiauto.css

Ran a script that essentially did the equivalent of:

for i in "semiauto.css definitions"; do
    echo -n $i; echo -n " : "; ack -c -h "$i" Open-ILS/src/templates/opac

Where there were no hits, I deleted the entry from semiauto.css.

Now things are getting manageable...

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/web/css/skin/default/opac/semiauto.css