1/* 2 * Copyright 2008 The Closure Library Authors. All Rights Reserved. 3 * 4 * Use of this source code is governed by the Apache License, Version 2.0. 5 * See the COPYING file for details. 6 */ 7 8/* Author: [email protected] (Robby Walker) */ 9 10/* Styles for goog.ui.TableSorter. */ 11 12.goog-tablesorter-header { 13 cursor: pointer 14} 15 16