OSDN Git Service

docs: stylesheet change for figure class
authorScott Main <smain@google.com>
Wed, 24 Mar 2010 20:49:49 +0000 (13:49 -0700)
committerScott Main <smain@google.com>
Wed, 24 Mar 2010 20:49:49 +0000 (13:49 -0700)
Change-Id: I1f47fc70382daf9f14e057a83375cf727fb8afa7

tools/droiddoc/templates/assets/android-developer-docs.css

index 946e2f2..a2cac7d 100644 (file)
@@ -500,6 +500,8 @@ div#naMessage strong {
 
 hr {
   background-color:#ccc;
+  border-color:#fff;
+  margin:2em 0 1em;
 }
 
 /* DOC CLASSES */
@@ -804,6 +806,7 @@ pre.classic {
 
 div.figure {
   float:right;
+  clear:right;
   padding:0 0 20px 20px;
   /* width must be defined w/ an inline style matching the image width */
 }