aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-05-15 01:23:53 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-15 01:23:53 -0700
commit3d2121f0c951c6e6b621bd892da5836f005f00e1 (patch)
treeb6ba1b749558cc930bd6e4b5f1e81db467e3ebc0
parent4c9a8dc2cf0edea27c8014fe99b8c1676ee34543 (diff)
parent0b2db169cb2530ff39d7fa3c591f5fdd93a81dd6 (diff)
downloadbuild-3d2121f0c951c6e6b621bd892da5836f005f00e1.tar.gz
am 0b2db169: add \'go-link\' style for "next" style arrows w/o the javascript effects
* commit '0b2db169cb2530ff39d7fa3c591f5fdd93a81dd6': add 'go-link' style for "next" style arrows w/o the javascript effects
-rw-r--r--tools/droiddoc/templates-sdk/assets/css/default.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/droiddoc/templates-sdk/assets/css/default.css b/tools/droiddoc/templates-sdk/assets/css/default.css
index 1b585cb364..d0717462ae 100644
--- a/tools/droiddoc/templates-sdk/assets/css/default.css
+++ b/tools/droiddoc/templates-sdk/assets/css/default.css
@@ -462,7 +462,8 @@ video.with-shadow {
.next-page-link:after,
.start-class-link:after,
.start-course-link:after,
- .next-class-link:after {
+ .next-class-link:after,
+ .go-link:after {
content: '';
background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
width: 10px;