17 lines
383 B
CSS
17 lines
383 B
CSS
/**
|
|
* @package StatusNet
|
|
* @author Sarven Capadisli <csarven@status.net>
|
|
* @copyright 2009-2010 StatusNet, Inc.
|
|
* @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
|
|
* @link http://status.net/
|
|
*/
|
|
/* IE specific styles */
|
|
|
|
.notice-options input.submit {
|
|
color:#fff;
|
|
}
|
|
|
|
#site_nav_local_views a {
|
|
background-color:#D0DFE7;
|
|
}
|