diff options
author | Scott Main <smain@google.com> | 2013-05-15 01:26:59 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-05-15 01:26:59 -0700 |
commit | 216c09a0787498960be53a3e6bb185d4982e3466 (patch) | |
tree | 30c8e3861e649e4419d22cf185e59293a821d3bc /tools | |
parent | 50eb3c47def75cffefe5ed2ef2d442a196ed6a14 (diff) | |
parent | 382b121c0c65758d33690f79eb97fca727bdfcb5 (diff) | |
download | build-216c09a0787498960be53a3e6bb185d4982e3466.zip build-216c09a0787498960be53a3e6bb185d4982e3466.tar.gz build-216c09a0787498960be53a3e6bb185d4982e3466.tar.bz2 |
am 382b121c: am 3d2121f0: am 0b2db169: add \'go-link\' style for "next" style arrows w/o the javascript effects
* commit '382b121c0c65758d33690f79eb97fca727bdfcb5':
add 'go-link' style for "next" style arrows w/o the javascript effects
Diffstat (limited to 'tools')
-rw-r--r-- | tools/droiddoc/templates-sdk/assets/css/default.css | 3 |
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 b9de504..cd3831b 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; |