mirror of
https://github.com/torproject/webwml.git
synced 2024-11-27 11:40:21 +00:00
4978045483
file.
13 lines
320 B
CSS
13 lines
320 B
CSS
@charset "UTF-8";
|
|
/* IE8 and down */
|
|
|
|
|
|
#calltoaction ul li:first-child a:link,
|
|
#calltoaction ul li:first-child a:visited {
|
|
background: url(../images/cta-buttons.jpg) top center no-repeat;
|
|
}
|
|
|
|
#calltoaction ul li:hover:first-child a {
|
|
background: url(../images/cta-buttons.jpg) bottom center no-repeat #ff9800;
|
|
}
|